Share via


ManagementPackMonitorSLO.MonitorId Property

Definition

Gets or sets the monitor ID.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitor ^> ^ MonitorId { 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> MonitorId { get; set; }
member this.MonitorId : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor> with get, set
Public Property MonitorId As ManagementPackElementReference(Of ManagementPackMonitor)

Property Value

Returns ManagementPackElementReference<T>.

The monitor ID.

Applies to