SPUpgradeJobDefinition.CurrentObject Property

Gets a string that describes the feature that is currently being upgraded.

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

Syntax

Public ReadOnly Property CurrentObject As String
    Get

Dim instance As SPUpgradeJobDefinition
Dim value As String

value = instance.CurrentObject
public string CurrentObject { get; }

Property Value

Type: System.String
A String that contains a feature description.

See Also

Reference

SPUpgradeJobDefinition Class

SPUpgradeJobDefinition Members

Microsoft.SharePoint.Administration Namespace