Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.