SettingsDefault Property
Gets the default instance of
Settings as a dynamic object.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.158 -- Release Build+8af53c44e6ad1fac543a652d58b46c9843b74b64
public static Object Default { get; }
Public Shared ReadOnly Property Default As Object
Get
public:
static property Object^ Default {
Object^ get ();
}
Gemstone.Configuration.Settings.get_Default = function();
Return Value
ObjectDefault instance of
Settings as a dynamic object.
| InvalidOperationException | Settings have not been initialized. |