AppInstance.Uninstall method

Removes app instances that are either initialized or installed.

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

Syntax

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

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

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Guid>
An identifier that serves as an asynchronous handle.

See also

Reference

AppInstance class

AppInstance members

Microsoft.SharePoint.Client namespace