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 的成员。

适用于