共用方式為


Web.AppInstanceId 屬性

執行個體識別碼代表此網站的應用程式執行個體。

命名空間:  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
應用程式執行個體的識別碼。

備註

如果此網站不代表應用程式執行個體,這必須指定空的 GUID。

請參閱

參照

Web 類別

Web 成員

Microsoft.SharePoint.Client 命名空間