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

Represents the constant that is a true Boolean value.

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

Remarks

The True constructor is equal to the Boolean class value that is one.

See Also

Boolean Structure | Boolean Members | System Namespace