SPUpgradeJobDefinition.DelegateProgress Property

Gets an integer that indicates the percentage of completed steps in the upgrade sequence.

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

Syntax

Public Property DelegateProgress As Integer
    Get
    Set

Dim instance As SPUpgradeJobDefinition
Dim value As Integer

value = instance.DelegateProgress

instance.DelegateProgress = value
public int DelegateProgress { get; set; }

Property Value

Type: System.Int32
A Int32 value from 0 to 100.

See Also

Reference

SPUpgradeJobDefinition Class

SPUpgradeJobDefinition Members

Microsoft.SharePoint.Administration Namespace

CurrentStep

TotalSteps