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