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