Share via


Schedule.LastRunTime Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property LastRunTime As DateTime
'Usage
Dim instance As Schedule 
Dim value As DateTime 

value = instance.LastRunTime

instance.LastRunTime = value
public DateTime LastRunTime { get; set; }
public:
property DateTime LastRunTime {
    DateTime get ();
    void set (DateTime value);
}
public function get LastRunTime () : DateTime 
public function set LastRunTime (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

Schedule Class

Schedule Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace