DeployLX Software Protection System

TriBoolValue Enumeration

Defines the possible states of the TriBool value.

Syntax

<CLSCompliantAttribute(True)> _
Public Enumeration TriBoolValue
[CLSCompliantAttribute(true)]
public enum TriBoolValue

Members

Default

The value has not been set.

Yes

The value is True.

No

The value is False.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also