LdapSessionOptions.ReferralChasing プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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で定義されていません。