PartialAgentManagedComputerCriteria Constructor (String)
Applies To: Operations Manager for System Center 2012
Initializes a new PartialAgentManagedComputerCriteria object.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public PartialAgentManagedComputerCriteria(
string criteria
)
public:
PartialAgentManagedComputerCriteria(
String^ criteria
)
new :
criteria:string -> PartialAgentManagedComputerCriteria
Public Sub New (
criteria As String
)
Parameters
criteria
Type: System.StringThe criteria expression used to filter out partial agent managed computer results returned by the GetPartialAgentManagedComputers method.
Remarks
The following property names are valid names that can be used in the criteria expression:
Id
Name
LastModified
For information about the criteria expression syntax, see Criteria Expression Syntax.
See Also
PartialAgentManagedComputerCriteria Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top