TaskArgumentDescriptionAttribute.

TaskArgumentDescriptionAttribute(string) Constructor

Summary

Initializes a new instance of the TaskArgumentDescriptionAttribute class.

Syntax

public TaskArgumentDescriptionAttribute(string description)

Parameters

Name Type Description
description string The description of the Task Argument.

Return Value

Type Description
void