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