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