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!

EnumBuilder.TypeToken

Returns the internal metadata type token of this enum.

[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. The type token of this enum.

See Also

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