Share via


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)

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.

See also

Reference

SPItemKey class

SPItemKey members

Microsoft.SharePoint.Workflow namespace