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!

Type.Missing

Represents a missing value in the Type information.

[Visual Basic]
Public Shared ReadOnly Missing As Object
[C#]
public static readonly object Missing;
[C++]
public: static readonly Object* Missing;
[JScript]
public static var Missing : Object;

See Also

Type Class | Type Members | System Namespace | Missing