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 Class

This class represents a missing Object.

Object
   Missing

[Visual Basic]
NotInheritable Public Class Missing
[C#]
public sealed class Missing
[C++]
public __gc __sealed class Missing
[JScript]
public class Missing

Remarks

Like DBNull and Empty, only one instance of Missing ever exists.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

Missing Members | System.Reflection Namespace | DBNull | Empty