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