TaskResult.TimeScheduled Property

Updated: April 16, 2012

Gets the time this task was scheduled to run. Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As TaskResult Dim value As DateTime value = instance.TimeScheduled Public ReadOnly Property TimeScheduled As DateTimepublic DateTime TimeScheduled { get; }public: property DateTime TimeScheduled { DateTime get (); }/** @property */ public DateTime get_TimeScheduled () public function get TimeScheduled () : DateTime Property ValueReturns DateTime. The time this task was scheduled to run.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms