[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Xml
<Criteria>xPath expressio</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