PrincipalSearcher.GetUnderlyingSearcherType 方法

定义

返回从 GetUnderlyingSearcher() 方法返回的对象的类型。

public:
 Type ^ GetUnderlyingSearcherType();
public Type GetUnderlyingSearcherType ();
[System.Security.SecurityCritical]
public Type GetUnderlyingSearcherType ();
member this.GetUnderlyingSearcherType : unit -> Type
[<System.Security.SecurityCritical>]
member this.GetUnderlyingSearcherType : unit -> Type
Public Function GetUnderlyingSearcherType () As Type

返回

一个 Type,指定从 GetUnderlyingSearcher() 方法返回的对象的类型。

属性

例外

执行查询之前,必须先将 QueryFilter 分配给主体搜索器。

适用于

另请参阅