Share via


DiscoveryTaskResult.CustomMonitoringObjects Property

Definition

Caution

Use this.CreatableEnterpriseManagementObjects

Discovered custom monitoring objects.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringObject ^> ^ CustomMonitoringObjects { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringObject ^> ^ get(); };
[System.Obsolete("Use this.CreatableEnterpriseManagementObjects")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject> CustomMonitoringObjects { get; }
member this.CustomMonitoringObjects : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject>
Public ReadOnly Property CustomMonitoringObjects As ReadOnlyCollection(Of CustomMonitoringObject)

Property Value

Returns a ReadOnlyCollection<T> of type CustomMonitoringObject that contains the objects found during the discovery operation.

Attributes

Applies to