다음을 통해 공유


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

속성 값

사용자 계정 이름(사용자 로그온 이름이라고도 함)을 지정하는 문자열과 해당 사용자 계정이 있는 도메인을 식별하는 도메인 이름입니다.

특성

적용 대상