readOnly property

bool? readOnly
final

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;