Share via


ManagementPackUnitMonitorType.OnDemandDetectionCollection Property

Definition

Gets a list of monitor type detection objects that are used to detect the current state of a monitor of this monitor type.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitorTypeDetection ^> ^ OnDemandDetectionCollection { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitorTypeDetection ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorTypeDetection> OnDemandDetectionCollection { get; }
member this.OnDemandDetectionCollection : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorTypeDetection>
Public ReadOnly Property OnDemandDetectionCollection As IList(Of ManagementPackMonitorTypeDetection)

Property Value

The list of monitor type detection objects.

Applies to