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!

Boolean.Empty

Represents the constant that is the Empty string.

[Visual Basic]
Public Const Empty As Boolean
[C#]
public const bool Empty;
[C++]
public: const bool Empty;
[JScript]
public var Empty : Boolean;

Remarks

Empty is the constant equal to the string representation of the Boolean class value that is false. False is the default empty value.

See Also

Boolean Structure | Boolean Members | System Namespace