Settings.GetDefaultValue Method (Setting)

Updated: April 16, 2012

Gets a default setting value of type double. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As Settings Dim setting As Setting(Of Double) Dim returnValue As Double returnValue = instance.GetDefaultValue(setting)Public Function GetDefaultValue ( _ setting As Setting(Of Double) _ ) As Doublepublic double GetDefaultValue ( Setting<double> setting )public: double GetDefaultValue ( Setting<double>^ setting )public double GetDefaultValue ( Setting<double> setting )public function GetDefaultValue ( setting : Setting<double> ) : doubleParameterssettingThe default setting value of type double to return.Return ValueReturns a Double value of type double.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms