NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDelegator.GUID

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;

Property Value

Read only.

Remarks

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.

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | Guid