Variable.IsReadOnly Property |
Gets a value indicating whether the variable is read-only.
[VBScript] Public Property IsReadOnly As Boolean
[JScript] public function get IsReadOnly() : Boolean; public function set IsReadOnly(Boolean);
true, if the variable is read-only; otherwise false.