LdapSessionOptions.HostName 속성

정의

HostName 속성은 연결과 관련된 LDAP 서버의 이름을 반환합니다.

public:
 property System::String ^ HostName { System::String ^ get(); void set(System::String ^ value); };
public string HostName { get; set; }
member this.HostName : string with get, set
Public Property HostName As String

속성 값

String

연결과 관련된 LDAP 서버의 이름입니다.

예외

LdapConnection 개체가 이미 삭제되었습니다.

적용 대상