public static LoggingSettings Logging { get; set; }
public:
static property LoggingSettings^ Logging {
LoggingSettings^ get ();
void set (LoggingSettings^ value);
}
SuperBuilderWinService.Constants.get_Logging = function();
SuperBuilderWinService.Constants.set_Logging = function(value);