_Document.WritePassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a password for saving changes to the specified 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.