SummaryLinkWebPart.SummaryLinkStore Property
Gets or sets the serialized SummaryLink data.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property SummaryLinkStore As String
Get
Set
'Usage
Dim instance As SummaryLinkWebPart
Dim value As String
value = instance.SummaryLinkStore
instance.SummaryLinkStore = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string SummaryLinkStore { get; set; }
Property Value
Type: System.String
Remarks
The SummaryLinkStore stores the serialized SummaryLinkFieldValue and is retained by the Web Part framework.