Retrieves the GUID (Global Unique Identifier) of the implemented type.
[Visual Basic] Overridable Public ReadOnly Property GUID As Guid [C#] public Guid GUID {override get;} [C++] public: __property virtual Guid get_GUID(); [JScript] public function get GUID() : Guid;
Read only.
The GUID (Global Unique Identifier) is a 128-bit, unique identification string used to identify a class or an interface. It is primarily useful for interoperability between the NGWS runtime and COM.
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | Guid