Share via


ExternalRollupMonitoringState.TargetMonitorId Property

 

Applies To: Operations Manager for System Center 2012

Gets the monitor that this dependency monitoring state targets.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Guid TargetMonitorId { get; }
public:
property Guid TargetMonitorId {
    Guid get();
}
member TargetMonitorId : Guid with get
Public ReadOnly Property TargetMonitorId As Guid

Property Value

Type: System.Guid

Returns a Guid for the monitor that this dependency monitoring state targets.

See Also

ExternalRollupMonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top