IWorkspace.Location Property

Definition

Gets the path to the root directory of the source tree.

public:
 property System::String ^ Location { System::String ^ get(); };
public:
 property Platform::String ^ Location { Platform::String ^ get(); };
public string Location { get; }
member this.Location : string
Public ReadOnly Property Location As String

Property Value

An absolute path.

Applies to