Share via


SPItemKey.ToString method

Returns a string representation of the current SPItemKey.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPItemKey
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
A string that represents the current SPItemKey.

Remarks

This override returns the value of the Key property.

See also

Reference

SPItemKey class

SPItemKey members

Microsoft.SharePoint.Workflow namespace