Settings.GetInstanceValue Method
Applies To: Operations Manager for System Center 2012
Gets 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 | |
---|---|---|
GetInstanceValue(Setting<Boolean>, MonitoringObject) | Gets the specified bool setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<DateTime>, MonitoringObject) | Gets the specified DateTime setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<Double>, MonitoringObject) | Gets the specified double setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<Guid>, MonitoringObject) | Gets the specified Guid setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<Int32>, MonitoringObject) | Gets the specified int setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<String>, MonitoringObject) | Gets the specified string setting value for the specified MonitoringObject instance. |
See Also
Settings Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top