readOnly property
A value that sets the write status of a file share. Set this value to
true
to set the write status to read-only, otherwise set to
false
.
Valid Values: true
| false
Implementation
final bool? readOnly;
A value that sets the write status of a file share. Set this value to
true
to set the write status to read-only, otherwise set to
false
.
Valid Values: true
| false
final bool? readOnly;