MonitoringDiagnosticResult.TargetMonitoringObjectId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the monitoring object that is the target of the diagnostic.

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

Syntax

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

Property Value

Type: System.Guid

Returns a Guid for the monitoring object that is the target of the diagnostic.

See Also

MonitoringDiagnosticResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top