SPSolution.LastOperationEndTime Property
Returns the date and time that the last operation ended.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property LastOperationEndTime As DateTime
Get
'Usage
Dim instance As SPSolution
Dim value As DateTime
value = instance.LastOperationEndTime
public DateTime LastOperationEndTime { get; }
Property Value
Type: System.DateTime
A DateTime object.