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