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 伺服器。

適用於