Share via


SPSolutionLanguagePack.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 SPSolutionLanguagePack
Dim value As DateTime

value = instance.LastOperationEndTime
public DateTime LastOperationEndTime { get; }

Property Value

Type: System.DateTime
A DateTime object.

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace