Share via


ISolutionToBuild.SolutionPath Property

Gets or sets the path (relative to $(SolutionRoot)) of the solution.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property SolutionPath As String
'Usage
Dim instance As ISolutionToBuild 
Dim value As String 

value = instance.SolutionPath

instance.SolutionPath = value
string SolutionPath { get; set; }
property String^ SolutionPath {
    String^ get ();
    void set (String^ value);
}
function get SolutionPath () : String 
function set SolutionPath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISolutionToBuild Interface

ISolutionToBuild Members

Microsoft.TeamFoundation.Build.Client Namespace