ManagementPackMonitor.ParentMonitorID Property
[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
'Usage
Dim instance As ManagementPackMonitor
Dim value As ManagementPackElementReference(Of ManagementPackAggregateMonitor)
value = instance.ParentMonitorID
instance.ParentMonitorID = value
Syntax
'Declaration
Public Property ParentMonitorID As ManagementPackElementReference(Of ManagementPackAggregateMonitor)
public ManagementPackElementReference<ManagementPackAggregateMonitor> ParentMonitorID { get; set; }
public:
property ManagementPackElementReference<ManagementPackAggregateMonitor^>^ ParentMonitorID {
ManagementPackElementReference<ManagementPackAggregateMonitor^>^ get ();
void set (ManagementPackElementReference<ManagementPackAggregateMonitor^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackAggregateMonitor> get_ParentMonitorID ()
/** @property */
public void set_ParentMonitorID (ManagementPackElementReference<ManagementPackAggregateMonitor> value)
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackMonitor Class
ManagementPackMonitor Members
Microsoft.EnterpriseManagement.Configuration Namespace