SummaryLinkWebPart.SummaryLinkValue property

Gets or sets the SummaryLinkValue for the Web Part.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property SummaryLinkValue As SummaryLinkFieldValue
    Get
    Set
'Usage
Dim instance As SummaryLinkWebPart
Dim value As SummaryLinkFieldValue

value = instance.SummaryLinkValue

instance.SummaryLinkValue = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public SummaryLinkFieldValue SummaryLinkValue { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue

Remarks

This property can be used to retrieve the current SummaryLinkFieldValue object that contains configuration data as well as SummaryLinks that are being used by this Web Part. This property can also be used to apply a SummaryLinkFieldValue object to this Web Part if storage for the SummaryLinkFieldValue is being managed externally. This property does not persist. This property is used by the SummaryLinkFieldControl that wraps the SummaryLinkWebPart. The field control sets the SummaryLinkValue when it is created.

See also

Reference

SummaryLinkWebPart class

SummaryLinkWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace