LdapSessionOptions.ReferralChasing Property

Definition

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, set
Public Property ReferralChasing As ReferralChasingOptions

Property 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.

Applies to