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 recovery result.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid MonitoringRecoveryId { get; }
public:
property Guid MonitoringRecoveryId {
Guid get();
}
member MonitoringRecoveryId : Guid with get
Public ReadOnly Property MonitoringRecoveryId As Guid
Property Value
Type: System.Guid
Returns a Guid for the recovery result.
See Also
MonitoringRecoveryResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top