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

Represents the constant that is a false Boolean value.

[Visual Basic]
Public Const False As Integer
[C#]
public const int False;
[C++]
public: const int False;
[JScript]
public var False : int;

Remarks

The False constructor is equal to the Boolean class value that is zero.

See Also

Boolean Structure | Boolean Members | System Namespace