Share via


SPImportContext.Status Property

Gets the current status of the import operation.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Status As SPDeploymentStatus
    Get
    Friend Set
'Usage
Dim instance As SPImportContext
Dim value As SPDeploymentStatus

value = instance.Status
public SPDeploymentStatus Status { get; internal set; }

Property Value

Type: Microsoft.SharePoint.Deployment.SPDeploymentStatus
The current status of the import operation.

See Also

Reference

SPImportContext Class

SPImportContext Members

Microsoft.SharePoint.Deployment Namespace