[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]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.Core (in microsoft.enterprisemanagement.core.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. The identifier of the monitor.

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

See Also