AgentManagedComputerCriteria Class

Definition

Agent managed computer.

public ref class AgentManagedComputerCriteria : Microsoft::EnterpriseManagement::Common::QueryCriteria<Microsoft::EnterpriseManagement::Administration::AgentManagedComputerCriteria ^>
public class AgentManagedComputerCriteria : Microsoft.EnterpriseManagement.Common.QueryCriteria<Microsoft.EnterpriseManagement.Administration.AgentManagedComputerCriteria>
type AgentManagedComputerCriteria = class
    inherit QueryCriteria<AgentManagedComputerCriteria>
Public Class AgentManagedComputerCriteria
Inherits QueryCriteria(Of AgentManagedComputerCriteria)
Inheritance
AgentManagedComputerCriteria

Examples

For example code using the AgentManagedComputerCriteria class, see How to Query for Agents.

Remarks

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

  • Id

  • Name

  • LastModified

  • DisplayName

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

Constructors

AgentManagedComputerCriteria(String)

Constructor.

Methods

GetValidPropertyNames()

Gets all the valid property names.

Applies to