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