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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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