SubstitutionsPathUsedByTask Property

MSBuild

The full path of the file containing substitutions used by the task


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

Syntax

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

See Also

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