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
属性值
应与其进行连接的域或服务器。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.