OpenDocumentOptions.IsUserReadonly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the document should be open in user readonly mode.
public:
property Nullable<bool> IsUserReadonly { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember(Order=10)]
public bool? IsUserReadonly { get; }
[<System.Runtime.Serialization.DataMember(Order=10)>]
member this.IsUserReadonly : Nullable<bool>
Public ReadOnly Property IsUserReadonly As Nullable(Of Boolean)
Property Value
- Attributes