MergedPathUsedByTask Property

MSBuild

The full path of the file containing the results of the task


Namespace: MSBuild.Community.Tasks.Xml
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property MergedPathUsedByTask As String
C#
[Output]
public string MergedPathUsedByTask { get; }
C++
[Output]
public property string MergedPathUsedByTask sealed  {
    String get();
}
J#
/** @attribute Output() */
/** property */
public string get_MergedPathUsedByTask();
JScript
public function get MergedPathUsedByTask() : String

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.