Share via


AgentManagedComputerCriteria Constructor (String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new AgentManagedComputerCriteria object.

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

Usage

'Usage
Dim criteria As String

Dim instance As New AgentManagedComputerCriteria(criteria)

Syntax

'Declaration
Public Sub New ( _
    criteria As String _
)
public AgentManagedComputerCriteria (
    string criteria
)
public:
AgentManagedComputerCriteria (
    String^ criteria
)
public AgentManagedComputerCriteria (
    String criteria
)
public function AgentManagedComputerCriteria (
    criteria : String
)

Parameters

  • criteria
    The criteria expression used to filter out agent-managed computer results returned by the GetAgentManagedComputers method.

Example

For an example of the AgentManagedComputerCriteria constructor, see How to Install, Remove, or Repair an Operations Manager 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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AgentManagedComputerCriteria Class
AgentManagedComputerCriteria Members
Microsoft.EnterpriseManagement.Administration Namespace