ContentDeploymentJob.LastRunTime Property
Gets or sets the last date and time that this ContentDeploymentJob object was run.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property LastRunTime As DateTime
Get
Private Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As DateTime
value = instance.LastRunTime
public DateTime LastRunTime { get; private set; }
Property Value
Type: System.DateTime
Date and time that this ContentDeploymentJob object was last run.