Share via


SearchRequest.Scope プロパティ

定義

Scope プロパティは、検索のスコープを指定する SearchScope の値の 1 つを格納します。

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 のメンバーではありません。

適用対象