public static BaseSettings BaseConfig { get; set; }
public:
static property BaseSettings^ BaseConfig {
BaseSettings^ get ();
void set (BaseSettings^ value);
}
SuperBuilderWinService.Constants.get_BaseConfig = function();
SuperBuilderWinService.Constants.set_BaseConfig = function(value);