public static string ProjectRootPath { get; set; }Public Shared Property ProjectRootPath As String
Get
Setpublic:
static property String^ ProjectRootPath {
String^ get ();
void set (String^ value);
}static member ProjectRootPath : string with get, set