LdapSessionOptions.ReferralChasing プロパティ

定義

ReferralChasing プロパティには、LDAP サーバーから返された紹介に LDAP ライブラリがどのように従っているかを指定するReferralChasingOption オブジェクトが含まれています。

public:
 property System::DirectoryServices::Protocols::ReferralChasingOptions ReferralChasing { System::DirectoryServices::Protocols::ReferralChasingOptions get(); void set(System::DirectoryServices::Protocols::ReferralChasingOptions value); };
public System.DirectoryServices.Protocols.ReferralChasingOptions ReferralChasing { get; set; }
member this.ReferralChasing : System.DirectoryServices.Protocols.ReferralChasingOptions with get, set
Public Property ReferralChasing As ReferralChasingOptions

プロパティ値

LDAP サーバーから返される参照に LDAP ライブラリがどのように従っているかを指定する ReferralChasingOption オブジェクト。

例外

LdapConnection オブジェクトは既に破棄されています。

指定した値は、 ReferralChasingOptionで定義されていません。

適用対象