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