SummaryLinkFieldValue.SummaryLinks Property
Gets the collection of SummaryLink objects that belong to this SummaryLinkValue object.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property SummaryLinks As SummaryLinkCollection
Get
'Usage
Dim instance As SummaryLinkFieldValue
Dim value As SummaryLinkCollection
value = instance.SummaryLinks
public SummaryLinkCollection SummaryLinks { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.SummaryLinkCollection
The collection of SummaryLink objects that belong to this SummaryLinkValue object.