GPSearchCriteria Class

 

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
System_CAPS_pubmethod GPSearchCriteria()

Initializes a new instance of the GPSearchCriteria class.

Methods

Name Description
System_CAPS_pubmethod Add(SearchProperty, SearchOperator, Object)

Adds a criterion for search operations.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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