SPItemKey.Empty Property
Gets a SPItemKey object that is created with the default SPItemKey() constructor and does not identify 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 Shared ReadOnly Property Empty As SPItemKey
Get
'Usage
Dim value As SPItemKey
value = SPItemKey.Empty
public static SPItemKey Empty { get; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPItemKey
An empty SPItemKey object.