ProjectTaskOutputPropertyInstance.TaskParameter Property

Definition

Property on the task class to retrieve the output from

public:
 property System::String ^ TaskParameter { System::String ^ get(); };
public string TaskParameter { get; }
public string TaskParameter { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TaskParameter : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TaskParameter : string
Public ReadOnly Property TaskParameter As String

Property Value

The property of the task class to retrieve the output from.

Attributes

Applies to