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