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

Represents an argument to be passed to the handler of a console task.

Schema Hierarchy

ManagementPack
  Presentation
    ConsoleTasks
      ConsoleTask
        Parameters
          Argument

Syntax

Xml
<Argument Name=”argumentName”>parameter</Argument>
 

Attributes and Elements

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

Attributes

Attribute Description

Name

Required attribute. The name of the argument.

Child Elements

None.

Parent Elements

Element Description

Parameters

Contains the arguments to be passed to the handler.

Remarks

To see an example of how arguments are sent to the console task application, see ConsoleTask.

See Also

Reference

ConsoleTask