SPUpgradeJobDefinition.CurrentStep Property

Gets the number of the current step in the upgrade sequence.

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

Syntax

Public ReadOnly Property CurrentStep As UInteger
    Get

Dim instance As SPUpgradeJobDefinition
Dim value As UInteger

value = instance.CurrentStep
public uint CurrentStep { get; }

Property Value

Type: System.UInt32
A UInt32 value.

Remarks

An upgrade sequence is represented by an object that is derived from the SPActionSequence class or one of its subclasses, such as the SPSiteSequence class. All descendants of the SPActionSequence class implement the Actions property, which returns a dictionary of SPAction objects. These objects represent the steps in the sequence.

See Also

Reference

SPUpgradeJobDefinition Class

SPUpgradeJobDefinition Members

Microsoft.SharePoint.Administration Namespace

TotalSteps

CurrentObject