Document.WritePassword Property

Definition

Sets a password for saving changes to the document.

public:
 property System::String ^ WritePassword {  void set(System::String ^ value); };
public string WritePassword { set; }
member this.WritePassword : string
Public Property WritePassword As String

Property Value

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.

Applies to