DirectoryConnection.Directory Свойство

Определение

Возвращает домен или сервер, к которому должно быть установлено подключение.

public:
 virtual property System::DirectoryServices::Protocols::DirectoryIdentifier ^ Directory { System::DirectoryServices::Protocols::DirectoryIdentifier ^ get(); };
public virtual System.DirectoryServices.Protocols.DirectoryIdentifier Directory { get; }
member this.Directory : System.DirectoryServices.Protocols.DirectoryIdentifier
Public Overridable ReadOnly Property Directory As DirectoryIdentifier

Значение свойства

DirectoryIdentifier

Домен или сервер, к которому следует выполнить подключение.

Комментарии

Например, "http://fabrikam.com/platforms/adssoap.dll" представляет сервер DSML и "dc-01.fabrikam.com" представляет сервер LDAP.

Применяется к