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

The default PropertyToken with Token value 0.

[Visual Basic]
Public Shared ReadOnly Empty As PropertyToken
[C#]
public static readonly PropertyToken Empty;
[C++]
public: static readonly PropertyToken Empty;
[JScript]
public static var Empty : PropertyToken;

See Also

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