ContentDeploymentJob.Path property

Gets or sets the path for this ContentDeploymentJob object.

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

Syntax

'Declaration
Public Property Path As ContentDeploymentPath
    Get
    Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As ContentDeploymentPath

value = instance.Path

instance.Path = value
public ContentDeploymentPath Path { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath
The path for this ContentDeploymentJob.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace