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.
The ID of the item.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public itemId As Integer
'Usage
Dim instance As SPListItemServiceEventArgs
Dim value As Integer
value = instance.itemId
instance.itemId = value
public int itemId
Remarks
When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.
See Also
Reference
SPListItemServiceEventArgs Class