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!

Missing.Value

Represents the sole instance of the Missing class.

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

See Also

Missing Class | Missing Members | System.Reflection Namespace