DirectoryConnection.Directory 属性

定义

Directory 属性指定应与其进行连接的域或服务器。The Directory property specifies the domain or the server to which the connection should be made.

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

应与其进行连接的域或服务器。The domain or the server to which the connection should be made.

注解

例如, "http://fabrikam.com/platforms/adssoap.dll" 表示 DSML 服务器并 "dc-01.fabrikam.com" 表示 LDAP 服务器。For example, "http://fabrikam.com/platforms/adssoap.dll" represents a DSML server and "dc-01.fabrikam.com" represents an LDAP server.

适用于