SPAppInstance.Id property
取得SPAppInstance物件的唯一識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Id As Guid
Get
'用途
Dim instance As SPAppInstance
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Property value
Type: System.Guid
此SPAppInstance物件的 GUID。