Enum Tristate

Represents a tristate

Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public enum Tristate

Fields

Name Value Description
NegativeNegative = 2

Negative

NoneNone = 1

None

PositivePositive = 3

Positive

UnknownUnknown = 0

Unknown

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next