ContentDeploymentJob.IsRecurring property

Gets the value that determines whether this ContentDeploymentJob object occurs only once or is recurring.

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

Syntax

'Declaration
Public ReadOnly Property IsRecurring As Boolean
    Get
'Usage
Dim instance As ContentDeploymentJob
Dim value As Boolean

value = instance.IsRecurring
public bool IsRecurring { get; }

Property value

Type: System.Boolean
A value that determines whether this ContentDeploymentJob occurs only once or is recurring.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace