SPSolutionLanguagePack.LastOperationDetails property

Returns details of the last operation after deploying, retracting, or upgrading the language pack.

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

Syntax

'Declaration
Public ReadOnly Property LastOperationDetails As String
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As String

value = instance.LastOperationDetails
public string LastOperationDetails { get; }

Property value

Type: System.String
A string containing details.

Remarks

Returns String.Empty if there was no operation or has no further details, for example, the deployment ended successfully.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace