SPWeb.AppInstanceId property
Id de instância da instância do aplicativo que representa esta web. Empty se esta não é uma web app.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property AppInstanceId As Guid
Get
'Uso
Dim instance As SPWeb
Dim value As Guid
value = instance.AppInstanceId
public Guid AppInstanceId { get; }
Property value
Type: System.Guid