SPListItemServiceEventArgs.listId Field
The ID of the list on which the item resides.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public listId As Guid
'Usage
Dim instance As SPListItemServiceEventArgs
Dim value As Guid
value = instance.listId
instance.listId = value
public Guid listId
Remarks
When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.
See Also
Reference
SPListItemServiceEventArgs Class