Share via


IFsrmFileManagementJob.LastRun Property

 

Retrieves the last time the file management job was 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 job ran. If the job has not previously run, the value is January 1, 1900.

See Also

IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top