DiscoveryTaskResult.CustomMonitoringObjects Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the objects found during the discovery operation.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.CreatableEnterpriseManagementObjects")]
public ReadOnlyCollection<CustomMonitoringObject> CustomMonitoringObjects { get; }
public:
[ObsoleteAttribute("Use this.CreatableEnterpriseManagementObjects")]
property ReadOnlyCollection<CustomMonitoringObject^>^ CustomMonitoringObjects {
ReadOnlyCollection<CustomMonitoringObject^>^ get();
}
[<ObsoleteAttribute("Use this.CreatableEnterpriseManagementObjects")>]
member CustomMonitoringObjects : ReadOnlyCollection<CustomMonitoringObject> with get
<ObsoleteAttribute("Use this.CreatableEnterpriseManagementObjects")>
Public ReadOnly Property CustomMonitoringObjects As ReadOnlyCollection(Of CustomMonitoringObject)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CustomMonitoringObject>
Returns a ReadOnlyCollection<T> of type CustomMonitoringObject that contains the objects found during the discovery operation.
See Also
DiscoveryTaskResult Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top