Settings.RemoveInstanceValue Method
Applies To: Operations Manager for System Center 2012
Removes the specified setting value for the specified MonitoringObject instance.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
RemoveInstanceValue(Setting<Boolean>, MonitoringObject) | Removes the specified bool setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<DateTime>, MonitoringObject) | The MonitoringObject instance to remove the setting value in. |
|
RemoveInstanceValue(Setting<Double>, MonitoringObject) | Removes the specified double setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<Guid>, MonitoringObject) | Removes the specified Guid setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<Int32>, MonitoringObject) | Removes the specified int setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<String>, MonitoringObject) | Removes the specified string setting value for the specified MonitoringObject instance. |
See Also
Settings Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top