SPItemKey.Id Property

Gets or sets an integer that identifies a list item.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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