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