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一个成员。

适用于