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 Structure

Represents the Boolean value, which is either true or false.

Object
   ValueType
      Boolean

[Visual Basic]
Public Structure Boolean
   Implements IComparable, IConvertible
[C#]
public struct Boolean : IComparable, IConvertible
[C++]
public __value struct Boolean : public IComparable, IConvertible

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

The Boolean class provides object representation for the primitive type Boolean.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Boolean Members | System Namespace | Object