Share via


MonitoringRecoveryResult.TimeScheduled Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

public DateTime TimeScheduled { get; }
public:
property DateTime TimeScheduled {
    DateTime get();
}
member TimeScheduled : DateTime with get
Public ReadOnly Property TimeScheduled As Date

Property Value

Type: System.DateTime

Returns the DateTime that the recovery was scheduled to run.

See Also

MonitoringRecoveryResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top