Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.