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

属性值

与连接关联的 LDAP 服务器的名称。

例外

适用于