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!

Empty Class

Represents an empty value.

Object
   Empty

[Visual Basic]
NotInheritable Public Class Empty
   Implements ISerializable
[C#]
public sealed class Empty : ISerializable
[C++]
public __gc __sealed class Empty : public ISerializable
[JScript]
public class Empty implements ISerializable

Remarks

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

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Empty Members | System Namespace | DBNull | Missing | TBD