SettingsDefault Property
Gets the default instance of
Settings as a dynamic object.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.160 -- Release Build+19b74ac03cedad8575bb1ceb00051318b7421d0d
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. |