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)
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.