SPUpgradeJobDefinition.TotalSteps Property

Gets the number of steps in the current upgrade sequence.

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

Syntax

Public ReadOnly Property TotalSteps As UInteger
    Get

Dim instance As SPUpgradeJobDefinition
Dim value As UInteger

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

Property Value

Type: System.UInt32
A UInt32 value.

Remarks

This value is equal to the number of SPAction objects in the dictionary returned by the Actions property of the current sequence.

See Also

Reference

SPUpgradeJobDefinition Class

SPUpgradeJobDefinition Members

Microsoft.SharePoint.Administration Namespace

CurrentStep

DelegateProgress

SPActionSequence

Other Resources

Upgrade Overview