NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectorySearcher.ReferralChasing

Specifies how (and whether) referrals are chased.

[Visual Basic]
Public Property ReferralChasing As ReferralChasingOptions
[C#]
public ReferralChasingOptions ReferralChasing {get; set;}
[C++]
public: __property ReferralChasingOptions get_ReferralChasing();
public: __property void set_ReferralChasing(ReferralChasingOptions);
[JScript]
public function get ReferralChasing() : ReferralChasingOptions;
public function set ReferralChasing(ReferralChasingOptions);

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace