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