Share via


Criteria (ConsoleTask)

Applies To: System Center Service Manager 2010

Refers to the ID of an assembly resource that contains the specified handler for a console task.

Schema Hierarchy

ManagementPack
  Presentation
    ConsoleTasks
      ConsoleTask
        Criteria (ConsoleTask)

Syntax

<Criteria>xPath expression</Criteria>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Criteria element.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

ConsoleTask

Represents a console task definition.

Remarks

The Criteria element in a console task allows you to provide for conditions for the availability of the console task in the console. For an example of how to specify criteria for a console task, see ConsoleTask.

The criteria XPath expression is to be applied over the serialized version of the target element type of the console task. To discover the serialized version of the target element type, you can access the IXPathNavigable interface on the EnterpriseManagementObject or EnterpriseManagementObjectProjection object.

See Also

Reference

ConsoleTasks