Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NullableBool Structure

A boolean value with True, False and Null.

For a list of all members of this type, see NullableBool Members.

System.Object
   System.ValueType
      EO.Web.NullableBool

[Visual Basic]
Public Structure NullableBool
[C#]
public struct NullableBool

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

In addition to the standard value of True and False, NullableBool also defines Null, which means none value has been set. EO.Web navigation controls use NullableBool for properties such as RaisesServerEvent and CausesValidation.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

NullableBool Members | EO.Web Namespace


Direct link to this topic