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