_Document.WriteReserved Property
Determines if the specified document is protected with a write password.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property WriteReserved As Boolean
Get
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.WriteReserved
bool WriteReserved { get; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the specified document is protected with a write password, and False if not.