_Document.WriteReserved Property

Definition

Determines if the specified document is protected with a write password.

public:
 property bool WriteReserved { bool get(); };
public bool WriteReserved { get; }
member this.WriteReserved : bool
Public ReadOnly Property WriteReserved As Boolean

Property Value

Remarks

This property returns True if the specified document is protected with a write password, and False if not.

Applies to