TaskArgumentNameAttribute.

TaskArgumentNameAttribute(string) Constructor

Summary

Initializes a new instance of the TaskArgumentNameAttribute class.

Syntax

public TaskArgumentNameAttribute(string name)

Parameters

Name Type Description
name string The Task Argument Name.

Return Value

Type Description
void