LdapConnection.Timeout 속성

정의

Timeout 속성에는 LdapConnection 시간 제한이 초과되기 전까지의 시간(초)이 포함되어 있습니다.

public:
 virtual property TimeSpan Timeout { TimeSpan get(); void set(TimeSpan value); };
public override TimeSpan Timeout { get; set; }
member this.Timeout : TimeSpan with get, set
Public Overrides Property Timeout As TimeSpan

속성 값

LdapConnection 시간 제한이 초과되기 전까지의 시간(초)입니다.

적용 대상