AgentManagedComputerCriteria Constructor (String)

Updated: April 16, 2012

Initializes a new AgentManagedComputerCriteria object. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim criteria As String Dim instance As New AgentManagedComputerCriteria(criteria)Public Sub New ( _ criteria As String _ )public AgentManagedComputerCriteria ( string criteria )public: AgentManagedComputerCriteria ( String^ criteria )public AgentManagedComputerCriteria ( String criteria )public function AgentManagedComputerCriteria ( criteria : String )ParameterscriteriaThe criteria expression used to filter out agent-managed computer results returned by the GetAgentManagedComputers method.

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

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.


Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms