Web.AppInstanceId property
The instance Id of the App Instance that this website represents.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AppInstanceId As Guid
Get
'Usage
Dim instance As Web
Dim value As Guid
value = instance.AppInstanceId
public Guid AppInstanceId { get; }
Property value
Type: System.Guid
The identifier of the App Instance.
Remarks
If this site does not represent an App Instance then this must specify an empty GUID.