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)
Available in Sandboxed Solutions: No

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