SPWorkItem.Id property

Unique identifier of the work item.

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

Syntax

'Declaration
Public ReadOnly Property Id As Guid
    Get
'Usage
Dim instance As SPWorkItem
Dim value As Guid

value = instance.Id
public Guid Id { get; }

Property value

Type: System.Guid
Returns a globally unique identifier (GUID) for the work item.

See also

Reference

SPWorkItem class

SPWorkItem members

Microsoft.SharePoint namespace