Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum TriState
Member nameDescription
FalseRepresents a false value.
TrueRepresents a true value.
NARepresents a value that is neither true nor false, but “not applicable”.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.