Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring image reference objects that have the specified GUID.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetImageReferences()")]
public ReadOnlyCollection<MonitoringImageReference> GetMonitoringImageReferences(
    Guid managementPackElementId
)
public:
[ObsoleteAttribute("Please use Presentation.GetImageReferences()")]
ReadOnlyCollection<MonitoringImageReference^>^ GetMonitoringImageReferences(
    Guid managementPackElementId
)
[<ObsoleteAttribute("Please use Presentation.GetImageReferences()")>]
member GetMonitoringImageReferences : 
        managementPackElementId:Guid -> ReadOnlyCollection<MonitoringImageReference>
<ObsoleteAttribute("Please use Presentation.GetImageReferences()")>
Public Function GetMonitoringImageReferences (
    managementPackElementId As Guid
) As ReadOnlyCollection(Of MonitoringImageReference)
Parameters
- managementPackElementId 
 Type: System.Guid- The GUID of the management pack element to get image references for. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringImageReference>
Returns aReadOnlyCollection<T> object ofMonitoringImageReference objects.
See Also
GetMonitoringImageReferences Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top