ContentDeploymentJob.IsQuickDeployJob Property
Gets or sets a value that determines whether this ContentDeploymentJob object is a Quick Deploy job.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IsQuickDeployJob As Boolean
Get
Friend Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As Boolean
value = instance.IsQuickDeployJob
public bool IsQuickDeployJob { get; internal set; }
Property Value
Type: System.Boolean
The value that determines whether this ContentDeploymentJob is a Quick Deploy job.