ManagementServerCriteria(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
public:
ManagementServerCriteria(System::String ^ criteria);
public ManagementServerCriteria (string criteria);
new Microsoft.EnterpriseManagement.Administration.ManagementServerCriteria : string -> Microsoft.EnterpriseManagement.Administration.ManagementServerCriteria
Public Sub New (criteria As String)
Parameters
- criteria
- String
Criteria string.
Exceptions
criteria is null.
Invalid property in criteria.
Syntax error in criteria.
Examples
For an example of the ManagementServerCriteria constructor, see How to Install, Remove, or Repair an Agent.
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.