Web.AppInstanceId - Propriété
The instance Id of the App Instance that this website represents.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AppInstanceId As Guid
Get
'Utilisation
Dim instance As Web
Dim value As Guid
value = instance.AppInstanceId
public Guid AppInstanceId { get; }
Valeur de propriété
Type : System.Guid
The identifier of the App Instance.
Remarques
If this site does not represent an App Instance then this must specify an empty GUID.