Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the status for the ContentDeploymentJobReport object.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Status As ContentDeploymentJobStatus
Get
Friend Set
'Usage
Dim instance As ContentDeploymentJobReport
Dim value As ContentDeploymentJobStatus
value = instance.Status
public ContentDeploymentJobStatus Status { get; internal set; }
Property Value
Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobStatus
ContentDeploymentJobStatus for the Report.
See Also
Reference
ContentDeploymentJobReport Class