SPItemKey.Id property

Gets or sets an integer that identifies a list item.

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

Syntax

'Declaration
Public Property Id As Integer
    Get
    Set
'Usage
Dim instance As SPItemKey
Dim value As Integer

value = instance.Id

instance.Id = value
public int Id { get; set; }

Property value

Type: System.Int32
An integer that identifies a list item, such as the value of the list item SPListItem.ID property.

See also

Reference

SPItemKey class

SPItemKey members

Microsoft.SharePoint.Workflow namespace