BuildRequestData.ProjectFullPath Property

Definition

The project file.

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

Property Value

The project file to be built.

Attributes

Applies to