Share via


SummaryLinkFieldValue.ToString method

Gets the serialized representation of this SummaryLinkValue object.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As SummaryLinkFieldValue
Dim returnValue As String

returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()

Return value

Type: System.String
Serialized representation of the SummaryLinkValue object.

See also

Reference

SummaryLinkFieldValue class

SummaryLinkFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace