Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) for the target of the recovery.
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 target of the recovery.
See Also
MonitoringRecoveryResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top