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!

TypeBuilder.GUID

Retrieves the GUID of this 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. Retrieves the GUID of this type

Exceptions

Exception Type Condition
NotSupportedException This method is not currently supported.

Remarks

As a workaround, retrieve the type using Type.GetType or Assembly.GetType and use reflection on the retrieved type.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace