次の方法で共有


WindowsElement.UserName プロパティ

定義

ユーザー名を取得または設定します。

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

プロパティ値

ユーザー名。

属性

適用対象