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

Contains the arguments to be passed to the handler of an assembly for a console task.

Schema Hierarchy

ManagementPack
  Presentation
    ConsoleTasks
      ConsoleTask
        Parameters

Syntax

Xml
<Parameters>
   <Argument Name=”argumentName>value</Argument>
</Parameters>
 

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

Argument

Optional element. Represents an argument to be passed to the handler.

Parent Elements

Element Description

ConsoleTask

Represents a console task definition.

See Also

Reference

ConsoleTask