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