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!

EventToken.Empty

The default EventToken with Token value 0.

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

See Also

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