Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Declaration
Public Enumeration TriState
'Usage
Dim instance As TriState
public enum TriState
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”. |