Share via


SPUpgradeJobDefinition.ElapsedTime Property

Gets a string that indicates how long the job has taken up to this point.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property ElapsedTime As String
    Get
'Usage
Dim instance As SPUpgradeJobDefinition
Dim value As String

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

Property Value

Type: System.String
A String that represents a TimeSpan value.

See Also

Reference

SPUpgradeJobDefinition Class

SPUpgradeJobDefinition Members

Microsoft.SharePoint.Administration Namespace