'Declaration
Public Property Active As Boolean
'Usage
Dim instance As AEConditionState Dim value As Boolean instance.Active = value value = instance.Active
public bool Active {get; set;}
Property Value
The default value of this property is False
.
'Declaration
Public Property Active As Boolean
'Usage
Dim instance As AEConditionState Dim value As Boolean instance.Active = value value = instance.Active
public bool Active {get; set;}
The default value of this property is False
.