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!

FieldBuilder.GetToken

Returns the token representing this field.

[Visual Basic]
Public Function GetToken() As FieldToken
[C#]
public FieldToken GetToken();
[C++]
public: FieldToken GetToken();
[JScript]
public function GetToken() : FieldToken;

Return Value

Returns the FieldToken object that represents the token for this field.

See Also

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