Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.