'Declaration
Public Property IsWritable As Boolean
'Usage
Dim instance As UADataVariable Dim value As Boolean instance.IsWritable = value value = instance.IsWritable
public bool IsWritable {get; set;}
Property Value
true
if the variable is writable; otherwise, false
.
The default value of this property is True
.