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