Share via


ManagementPackDiagnostic.Monitor Property

Definition

Gets or sets the monitor this diagnostic object is targeted at. The monitor must be targeted at the same class that the diagnostic is targeted at or a class that the targeted class derives from.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitor ^> ^ Monitor { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitor ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitor ^> ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor> Monitor { get; set; }
member this.Monitor : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor> with get, set
Public Property Monitor As ManagementPackElementReference(Of ManagementPackMonitor)

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackMonitor object.

The monitor.

Applies to