共用方式為


UserPrincipalNameElement.Value 屬性

定義

取得或設定為這個組態項目設定的值。

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("value", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Value : string with get, set
Public Property Value As String

屬性值

字串,指定使用者名稱 (有時稱為使用者登入名稱) 和識別使用者帳戶所在之網域的網域名稱。

屬性

適用於