Свойство Web.AppInstanceId
The instance Id of the App Instance that this website represents.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property AppInstanceId As Guid
Get
'Применение
Dim instance As Web
Dim value As Guid
value = instance.AppInstanceId
public Guid AppInstanceId { get; }
Значение свойства
Тип: System.Guid
The identifier of the App Instance.
Замечания
If this site does not represent an App Instance then this must specify an empty GUID.