SPWorkItem.Id property
工作項目的的唯一識別碼。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Id As Guid
Get
'用途
Dim instance As SPWorkItem
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Property value
Type: System.Guid
傳回工作項目的全域唯一識別碼 (GUID)。