LdapSessionOptions.ReferralChasing Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ReferralChasing property contains a ReferralChasingOption object that specifies how the LDAP library follows referrals returned by LDAP servers.
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, setPublic Property ReferralChasing As ReferralChasingOptionsProperty Value
A ReferralChasingOption object that specifies how the LDAP library follows referrals returned by LDAP servers.
Exceptions
The LdapConnection object is already disposed.
The specified value is not defined in ReferralChasingOption.