Applies To: Operations Manager for System Center 2012
Gets a selected solution response type for a monitoring object.
Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public AemResponseType GetSelectedSolutionResponseType(
    MonitoringObject monitoringObject
)
public:
AemResponseType GetSelectedSolutionResponseType(
    MonitoringObject^ monitoringObject
)
member GetSelectedSolutionResponseType : 
        monitoringObject:MonitoringObject -> AemResponseType
Public Function GetSelectedSolutionResponseType (
    monitoringObject As MonitoringObject
) As AemResponseType
Parameters
- monitoringObject 
 Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringObject- The MonitoringObject object to get a selected solution response type for. 
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemResponseType
Returns a AemResponseType object.
See Also
ClientMonitoringResponseSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top