SPAppInstance.Install method

Starts an install on this app instance.

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

Syntax

'Declaration
Public Function Install As Guid
'Usage
Dim instance As SPAppInstance
Dim returnValue As Guid

returnValue = instance.Install()
public Guid Install()

Return value

Type: System.Guid
The job identifier of the installation.

Remarks

This method can be used to restart an install if the install initially failed.

See also

Reference

SPAppInstance class

SPAppInstance members

Microsoft.SharePoint.Administration namespace