Share via


ContentDeploymentJob.NextRunTime property

Gets the next date and time that this ContentDeploymentJob object runs.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property NextRunTime As DateTime
    Get
'Usage
Dim instance As ContentDeploymentJob
Dim value As DateTime

value = instance.NextRunTime
public DateTime NextRunTime { get; }

Property value

Type: System.DateTime
The next date and time that this ContentDeploymentJob object runs.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace