Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.