다음을 통해 공유


SearchRequest.Scope 속성

정의

Scope 속성에는 검색 범위를 지정하는 SearchScope 값 중 하나가 포함되어 있습니다.

public:
 property System::DirectoryServices::Protocols::SearchScope Scope { System::DirectoryServices::Protocols::SearchScope get(); void set(System::DirectoryServices::Protocols::SearchScope value); };
public System.DirectoryServices.Protocols.SearchScope Scope { get; set; }
member this.Scope : System.DirectoryServices.Protocols.SearchScope with get, set
Public Property Scope As SearchScope

속성 값

검색 범위를 지정하는 SearchScope 값 중 하나입니다.

예외

값이 SearchScope의 멤버가 아닌 경우

적용 대상