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.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace