Web.GetAppInstanceById method

Retrieves an AppInstance installed on this site.

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

Syntax

'Declaration
Public Function GetAppInstanceById ( _
    appInstanceId As Guid _
) As AppInstance
'Usage
Dim instance As Web
Dim appInstanceId As Guid
Dim returnValue As AppInstance

returnValue = instance.GetAppInstanceById(appInstanceId)
public AppInstance GetAppInstanceById(
    Guid appInstanceId
)

Parameters

  • appInstanceId
    Type: System.Guid

    Application instance identifier.

Return value

Type: Microsoft.SharePoint.Client.AppInstance
An application instance installed on this site.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace