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 type for SPWorkItem objects.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Type As Guid
Get
'Usage
Dim instance As SPWorkItem
Dim value As Guid
value = instance.Type
public Guid Type { get; }
Property Value
Type: System.Guid
Returns a GUID that specifies a work item type.
Remarks
This property allows the processing priority queue to sort items in the queue by type. Work item batches are retrieved by type; that is, each batch comprises work items of the same type.
Work items are processed in sorted order, of which Type is a part of the ordering, based on the composite sort key: Type, DeliveryDate, Site, UserId, WebId, BatchID, and ID.