_Document.WritePassword プロパティ

定義

指定した文書に変更を保存するためのパスワードを設定します。

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

プロパティ値

注釈

アプリケーションではハードコードされたパスワードを使用しないでください。 プロシージャ内でパスワードが必要な場合、ユーザーからのパスワードを要求し、変数に格納して、コードでその変数を使用します。

適用対象