Document.WritePassword Property

Sets a password for saving changes to the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
WriteOnly Property WritePassword As String
string WritePassword { set; }

Property Value

Type: System.String

Remarks

Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace