Partilhar 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