MonitoringRecoveryResult.TimeFinished Property
Applies To: Operations Manager for System Center 2012
Gets the time, in DateTime format, that the recovery finished running.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<DateTime> TimeFinished { get; }
public:
property Nullable<DateTime> TimeFinished {
Nullable<DateTime> get();
}
member TimeFinished : Nullable<DateTime> with get
Public ReadOnly Property TimeFinished As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
Returns the DateTime that the recovery finished running.
See Also
MonitoringRecoveryResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top