次の方法で共有


WindowsElement.Password プロパティ

定義

パスワードを取得します。値の設定も可能です。

[System.Configuration.ConfigurationProperty("password", IsRequired=false)]
public string Password { get; set; }
[<System.Configuration.ConfigurationProperty("password", IsRequired=false)>]
member this.Password : string with get, set
Public Property Password As String

プロパティ値

パスワード。

属性

適用対象