Freigeben über


Web.AppInstanceId-Eigenschaft

The instance Id of the App Instance that this website represents.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  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; }

Eigenschaftswert

Typ: System.Guid
The identifier of the App Instance.

Hinweise

If this site does not represent an App Instance then this must specify an empty GUID.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace