AgentManagedComputerCriteria(String) Constructor

Definition

Constructor.

public:
 AgentManagedComputerCriteria(System::String ^ criteria);
public AgentManagedComputerCriteria (string criteria);
new Microsoft.EnterpriseManagement.Administration.AgentManagedComputerCriteria : string -> Microsoft.EnterpriseManagement.Administration.AgentManagedComputerCriteria
Public Sub New (criteria As String)

Parameters

criteria
String

Criteria string.

Exceptions

criteria is null.

Invalid property in criteria.

Syntax error in criteria.

Examples

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

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.

Applies to