DirectorySearcher::ReferralChasing Property
.NET Framework (current version)
Gets or sets a value indicating how referrals are chased.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DSDescriptionAttribute("DSReferralChasing")] property ReferralChasingOption ReferralChasing { ReferralChasingOption get(); void set(ReferralChasingOption value); }
Property Value
Type: System.DirectoryServices::ReferralChasingOptionOne of the ReferralChasingOption values. The default is External.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value is not one of the ReferralChasingOption values. |
If the root search is not specified in the naming context of the server or when the search results cross a naming context (for example, when you have child domains and search in the parent domain), the server sends a referral message to the client that the client can either ignore or chase.
.NET Framework
Available since 1.1
Available since 1.1
Show: