Dela via


MonitoringRecoveryResult.TimeStarted Property

 

Applies To: Operations Manager for System Center 2012

Gets the time, in DateTime format, that the recovery was run.

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

Syntax

public Nullable<DateTime> TimeStarted { get; }
public:
property Nullable<DateTime> TimeStarted {
    Nullable<DateTime> get();
}
member TimeStarted : Nullable<DateTime> with get
Public ReadOnly Property TimeStarted As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

Returns the DateTime that the recovery was run.

See Also

MonitoringRecoveryResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top