ProjectInSolution.RelativePath Property
Gets the path to this project file, relative to the solution location.
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public Property RelativePath As String
public string RelativePath { get; internal set; }
public:
property String^ RelativePath {
String^ get ();
internal: void set (String^ value);
}
member RelativePath : string with get, internal set
function get RelativePath () : String
internal function set RelativePath (value : String)
Property Value
Type: System.String
The path to this project file, relative to the solution location.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.