SPWeb.AppInstanceId 属性
The instance Id of the App Instance that this web represents. Guid.Empty if this is not an app web.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property AppInstanceId As Guid
Get
用法
Dim instance As SPWeb
Dim value As Guid
value = instance.AppInstanceId
public Guid AppInstanceId { get; }
属性值
类型:System.Guid