Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPWorkItem Class

SPWorkItem Members

Microsoft.SharePoint Namespace