SPSolutionLanguagePack.LastOperationEndTime property

Returns the date and time that the last operation ended.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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