Click or drag to resize

RecordGetTypeAsTag Method

Gets the globally unique identifier used to identify the given record type.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static Guid GetTypeAsTag(
	RecordType recordType
)
View Source

Parameters

recordType  RecordType
The record type to search for.

Return Value

Guid
The globally unique identifier used to identify the given record type.
See Also