ProjectUsingTaskElement.TaskFactory Property

Definition

Gets and sets the value of the TaskFactory attribute.

public:
 property System::String ^ TaskFactory { System::String ^ get(); void set(System::String ^ value); };
public string TaskFactory { get; set; }
member this.TaskFactory : string with get, set
Public Property TaskFactory As String

Property Value

The value of the TaskFactory attribute, or an empty string if the attribute is not present.

Remarks

Selects the task factory class name used to create instances of this task. TaskFactory is used together with either the AssemblyName or AssemblyFile attribute to locate the task factory.

Applies to