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. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackMonitor
Dim value As ManagementPackElementReference(Of ManagementPackAggregateMonitor)

value = instance.ParentMonitorID

instance.ParentMonitorID = value

Syntax

Visual Basic
Public Property ParentMonitorID As ManagementPackElementReference(Of ManagementPackAggregateMonitor)
C#
public ManagementPackElementReference<ManagementPackAggregateMonitor> ParentMonitorID { get; set; }
C++
public:
property ManagementPackElementReference<ManagementPackAggregateMonitor^>^ ParentMonitorID {
		ManagementPackElementReference<ManagementPackAggregateMonitor^>^ get ();
		void set (ManagementPackElementReference<ManagementPackAggregateMonitor^>^ value);
}
J#
/** @property */
public ManagementPackElementReference<ManagementPackAggregateMonitor> get_ParentMonitorID ()

/** @property */
public void set_ParentMonitorID (ManagementPackElementReference<ManagementPackAggregateMonitor> value)
JScript
public function get ParentMonitorID () : ManagementPackElementReference<ManagementPackAggregateMonitor>

public function set ParentMonitorID (value : ManagementPackElementReference<ManagementPackAggregateMonitor>)

Property Value

A ManagementPackElementReference reference to a ManagementPackAggregateMonitor object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also