Click or drag to resize

ISupportFrameImageTTypeIdentifierTypeID Property

Gets the identifier that can be used for identifying the Type.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
TTypeIdentifier TypeID { get; }

Property Value

TTypeIdentifier
Remarks

TypeID must be unique across all siblings implementing a common Type or interface.

Output types implement this class so they have a consistently addressable identification property.

See Also