Trinary Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a trinary state.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Enumeration Trinary
'Usage
Dim instance As Trinary
public enum Trinary
Members
Member name | Description | |
---|---|---|
Undefined | Represents an undefined state (inherit, if possible). | |
False | Represents false. | |
True | Represents true. |