'Declaration
Public Property WriteLoopback As Boolean
'Usage
Dim instance As UADataVariable Dim value As Boolean instance.WriteLoopback = value value = instance.WriteLoopback
public bool WriteLoopback {get; set;}
Property Value
true
if write operations on the variable should loop back as the new read value; otherwise, false
.
The default value of this property is True
.