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 details of the last operation while deploying the solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property LastOperationDetails As String
Get
'Usage
Dim instance As SPSolution
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.