次の方法で共有


AuthenticationInfo.PasswordLabel プロパティ

定義

パスワードのラベルを表す、指定されたテキストを取得または設定します。

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

プロパティ値

パスワードのラベルを表す文字列です。

適用対象