Share via


ManagementServerCriteria Class

Definition

Management server.

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

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.

Constructors

ManagementServerCriteria(String)

Constructor.

Methods

GetValidPropertyNames()

Gets all the valid property names.

Applies to