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