ProjectFilePath Property

MSBuild

Gets or sets the project file path.


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

Syntax

Visual Basic (Declaration)
<Required>
Public Property ProjectFilePath As String
C#
[Required]
public string ProjectFilePath { get; set; }
C++
[Required]
public property string ProjectFilePath sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Required() */
/** property */
public string get_ProjectFilePath();

/** property */
public void set_ProjectFilePath(string value);
JScript
public function get ProjectFilePath() : String

public function set ProjectFilePath(value : String);

Property Value

The project file path.

See Also

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