Share via


SPItemKey.ToString Method

Returns a string representation of the current SPItemKey.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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