Schedule.LastRunTime Property

Gets or sets the date and time that the schedule was last run.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
Public Property LastRunTime As DateTime
    Get
    Set
'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);
}
member LastRunTime : DateTime with get, set
function get LastRunTime () : DateTime
function set LastRunTime (value : DateTime)

Property Value

Type: System.DateTime
A System.DateTime value that contains the date and time that the schedule was last run.

Remarks

The value for the LastRunTime property has a corresponding LastRunTimeSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see Omitting Values for Optional Web Service Objects.