EISDatapointActive Property |
Gets or sets a value indicating whether the value is active.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool Active { get; set; }
Public Property Active As Boolean
Get
Set
Dim instance As EISDatapoint
Dim value As Boolean
value = instance.Active
instance.Active = value
Property Value
BooleanSee Also