Applies To: Operations Manager for System Center 2012
Gets a selected collection response type for a monitoring object.
Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public AemResponseType GetSelectedCollectionResponseType(
    MonitoringObject monitoringObject
)
public:
AemResponseType GetSelectedCollectionResponseType(
    MonitoringObject^ monitoringObject
)
member GetSelectedCollectionResponseType : 
        monitoringObject:MonitoringObject -> AemResponseType
Public Function GetSelectedCollectionResponseType (
    monitoringObject As MonitoringObject
) As AemResponseType
Parameters
- monitoringObject 
 Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringObject- The MonitoringObject object to get a selected collection 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