TriState Enumeration

Provides an alternative to the Boolean type that enables “not applicable” as a third value.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Enumeration TriState
'Usage
Dim instance As TriState
public enum TriState

Members

Member name Description
False Represents a false value.
True Represents a true value.
NA Represents a value that is neither true nor false, but “not applicable”.

See Also

Reference

Microsoft.SharePoint Namespace