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.FalseString

Represents the constant that is the false string.

[Visual Basic]
Public Shared ReadOnly FalseString As String
[C#]
public static readonly string FalseString;
[C++]
public: static readonly String* FalseString;
[JScript]
public static var FalseString : String;

Remarks

The FalseString field is equal to the string representation of the Boolean class value that is false.

See Also

Boolean Structure | Boolean Members | System Namespace