DirectoryContext.UserName 속성

정의

컨텍스트의 사용자 이름을 가져옵니다.

public:
 property System::String ^ UserName { System::String ^ get(); };
public string UserName { get; }
public string? UserName { get; }
member this.UserName : string
Public ReadOnly Property UserName As String

속성 값

이 컨텍스트에서 액세스하는 데 사용할 사용자 이름입니다.

적용 대상