Share via


IFsrmReportJob.LastRun Property

 

Retrieves the time stamp for when the reports were last run.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

DateTime LastRun { get; }
property DateTime LastRun {
    DateTime get();
}
abstract LastRun : DateTime with get
ReadOnly Property LastRun As Date

Property Value

Type: System.DateTime

Returns a DateTime containing the time stamp for the last time the reports were generated.

See Also

IFsrmReportJob Interface
Microsoft.Storage Namespace

Return to top