SPWorkItem.SubType property
Gets the globally unique identifier (GUID) that specifies the work item subtype for SPWorkItem objects.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SubType As Guid
Get
'Usage
Dim instance As SPWorkItem
Dim value As Guid
value = instance.SubType
public Guid SubType { get; }
Property value
Type: System.Guid
Returns a Guid that specifies a work item subtype.