Share via


ManagementPackMonitor.ParentMonitorID Property

Definition

Gets or sets the identifier of the monitor that this monitor will report health information to. The referenced monitor must be in the same management pack or a referenced management pack. The referenced monitor must be targeted at the same type as the monitor being defined or a type that the targeted type derives from.

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

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackAggregateMonitor object.

The identifier of the monitor.

Applies to