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