Share via


SPUpgradeJobDefinition.Status property

Gets a value that indicates the current status of the upgrade job.

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

Syntax

'Declaration
Public ReadOnly Property Status As SPRunningJobStatus
    Get
'Usage
Dim instance As SPUpgradeJobDefinition
Dim value As SPRunningJobStatus

value = instance.Status
public SPRunningJobStatus Status { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPRunningJobStatus
A SPRunningJobStatus value.

Remarks

The value of this property is set to Initialized when a new instance of the class is created.

See also

Reference

SPUpgradeJobDefinition class

SPUpgradeJobDefinition members

Microsoft.SharePoint.Administration namespace