言語

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

プロパティ値

ユーザー アカウント名 (ユーザー ログオン名とも呼ばれます) と、ユーザー アカウントが配置されているドメインを識別するドメイン名を指定する文字列。

属性

適用対象