Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Holds the criteria to use for search operations.
Namespace: Microsoft.GroupPolicy
Assembly: Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)
Inheritance Hierarchy
System.Object
Microsoft.GroupPolicy.GPSearchCriteria
Syntax
public class GPSearchCriteria
public ref class GPSearchCriteria
type GPSearchCriteria = class end
Public Class GPSearchCriteria
Constructors
Name | Description | |
---|---|---|
![]() |
GPSearchCriteria() | Initializes a new instance of the GPSearchCriteria class. |
Methods
Name | Description | |
---|---|---|
![]() |
Add(SearchProperty, SearchOperator, Object) | Adds a criterion for search operations. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.GroupPolicy Namespace
Return to top