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.