AppInstance.Install method

Starts an install on this app instance.

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

Syntax

'Declaration
Public Function Install As ClientResult(Of Guid)
'Usage
Dim instance As AppInstance
Dim returnValue As ClientResult(Of Guid)

returnValue = instance.Install()
public ClientResult<Guid> Install()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Guid>
The job identifier of the installation.

Remarks

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

See also

Reference

AppInstance class

AppInstance members

Microsoft.SharePoint.Client namespace