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