AgentManagedComputerCriteria Constructor (String)

 

Applies To: Operations Manager for System Center 2012

Initializes a new AgentManagedComputerCriteria object.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public AgentManagedComputerCriteria(
    string criteria
)
public:
AgentManagedComputerCriteria(
    String^ criteria
)
new : 
        criteria:string -> AgentManagedComputerCriteria
Public Sub New (
    criteria As String
)

Parameters

Remarks

The following property names are valid names that can be used in the criteria expression:

  1. Id

  2. Name

  3. LastModified

  4. DisplayName

For information about the criteria expression syntax, see Criteria Expression Syntax.

Examples

For an example of the AgentManagedComputerCriteria constructor, see How to Install, Remove, or Repair an Agent.

See Also

AgentManagedComputerCriteria Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top