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.TypeToken

Returns the type token of this type.

[Visual Basic]
Public ReadOnly Property TypeToken As TypeToken
[C#]
public TypeToken TypeToken {get;}
[C++]
public: __property TypeToken get_TypeToken();
[JScript]
public function get TypeToken() : TypeToken;

Property Value

Read-only. Returns the TypeToken of this type.

See Also

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