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