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 の値の 1 つ。

例外

この値は、 SearchScopeのメンバーではありません。

適用対象