Sdílet prostřednictvím


IPublishFile.IsReadOnly Property

Definition

Gets whether or not the file is read-only.

public:
 property bool IsReadOnly { bool get(); };
public:
 property bool IsReadOnly { bool get(); };
[System.Runtime.InteropServices.DispId(7)]
public bool IsReadOnly { get; }
[<System.Runtime.InteropServices.DispId(7)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

true if the file is read-only, otherwise false.

Attributes

Applies to