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.
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.