다음을 통해 공유


LdapSessionOptions.ReferralHopLimit 속성

정의

ReferralHopLimit 속성은 조회를 추적할 때 허용되는 홉 수를 지정합니다.

public:
 property int ReferralHopLimit { int get(); void set(int value); };
public int ReferralHopLimit { get; set; }
member this.ReferralHopLimit : int with get, set
Public Property ReferralHopLimit As Integer

속성 값

조회를 추적할 때 허용되는 홉 수입니다.

예외

LdapConnection 개체가 이미 삭제되었습니다.

지정된 값이 0보다 작은 경우

적용 대상