Condividi tramite


Settings.GetDefaultValue Method

 

Applies To: Operations Manager for System Center 2012

Gets a default setting value.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetDefaultValue(Setting<Boolean>)

Gets a default Boolean setting value.

System_CAPS_pubmethod GetDefaultValue(Setting<Byte>)

Gets a default setting value of type byte.

System_CAPS_pubmethod GetDefaultValue(Setting<DateTime>)

Gets a default setting value of type DateTime.

System_CAPS_pubmethod GetDefaultValue(Setting<Double>)

Gets a default setting value of type double.

System_CAPS_pubmethod GetDefaultValue(Setting<Guid>)

Gets a default setting value of type Guid.

System_CAPS_pubmethod GetDefaultValue(Setting<Int32>)

Gets a default setting value of type int.

System_CAPS_pubmethod GetDefaultValue(Setting<String>)

Gets a default setting value of type string.

See Also

Settings Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top