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
criteria
Type: System.StringThe criteria expression used to filter out agent-managed computer results returned by the GetAgentManagedComputers method.
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.
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