In This Topic
Gets or sets a value indicating whether the variable is writable.
Syntax
'Declaration
Public Property Writable As Boolean
public bool Writable {get; set;}
Property Value
A
System.Boolean value where
true
if the variable is writable; otherwise,
false
.
See Also