Gets the globally unique identifier (GUID) associated with the Type.
[Visual Basic] MustOverride Public ReadOnly Property GUID As Guid [C#] public Guid GUID {abstract get;} [C++] public: __property virtual Guid get_GUID() = 0; [JScript] public abstract function get GUID() : Guid;
The GUID associated with the Type.