SPWorkItemJobDefinition.WorkItemType method

Returns a globally unique identifier (GUID) that identifies the type of a specified work item (SPWorkItem) or work-item batch.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Function WorkItemType As Guid
'Usage
Dim instance As SPWorkItemJobDefinition
Dim returnValue As Guid

returnValue = instance.WorkItemType()
public virtual Guid WorkItemType()

Return value

Type: System.Guid
Returns a GUID that specifies the type (Type) of a specified work item (SPWorkItem)

See also

Reference

SPWorkItemJobDefinition class

SPWorkItemJobDefinition members

Microsoft.SharePoint.Administration namespace

Microsoft.SharePoint.SPWorkItem

SPWorkItem.Type