ManagementPackMonitor.ParentMonitorID Property
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
'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.
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
Reference
ManagementPackMonitor Class
ManagementPackMonitor Members
Microsoft.EnterpriseManagement.Configuration Namespace