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!

PropertyToken.Token

Retrieves the metadata token for this property.

[Visual Basic]
Public ReadOnly Property Token As Integer
[C#]
public int Token {get;}
[C++]
public: __property int get_Token();
[JScript]
public function get Token() : int;

Property Value

Read-only. Retrieves the metadata token for this instance.

See Also

PropertyToken Structure | PropertyToken Members | System.Reflection.Emit Namespace