DirectoryEntryConfiguration::Referral Property

 

Gets or sets a value that determines if and how referral chasing is pursued.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
property ReferralChasingOption Referral {
	ReferralChasingOption get();
	void set(ReferralChasingOption value);
}

Property Value

Type: System.DirectoryServices::ReferralChasingOption

A combination of one or more of the ReferralChasingOption enumeration members that specifies if and how referral chasing is pursued.

.NET Framework
Available since 2.0
Return to top
Show: