SPListItemServiceEventArgs.id Field
Represents the globally unique identifier (GUID) that identifies the event raised on the specified list item.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public id As Guid
'Usage
Dim instance As SPListItemServiceEventArgs
Dim value As Guid
value = instance.id
instance.id = value
public Guid id
Remarks
When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.
See Also
Reference
SPListItemServiceEventArgs Class