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