Share via


ContentDeploymentPath.Jobs property

Gets the ContentDeploymentJobCollection for this ContentDeploymentPath object.

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

Syntax

'Declaration
Public ReadOnly Property Jobs As ContentDeploymentJobCollection
    Get
'Usage
Dim instance As ContentDeploymentPath
Dim value As ContentDeploymentJobCollection

value = instance.Jobs
public ContentDeploymentJobCollection Jobs { get; }

Property value

Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection
The ContentDeploymentJobCollection for this for this ContentDeploymentPath object.

See also

Reference

ContentDeploymentPath class

ContentDeploymentPath members

Microsoft.SharePoint.Publishing.Administration namespace