ManagementServerCriteria Constructor (String)
Applies To: Operations Manager for System Center 2012
Initializes a new ManagementServerCriteria object.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ManagementServerCriteria(
string criteria
)
public:
ManagementServerCriteria(
String^ criteria
)
new :
criteria:string -> ManagementServerCriteria
Public Sub New (
criteria As String
)
Parameters
criteria
Type: System.StringThe criteria expression used to filter out Management Server results returned by the ManagementServerCriteria 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 ManagementServerCriteria constructor, see How to Install, Remove, or Repair an Agent.
See Also
ManagementServerCriteria Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top