Share via


SummaryLinkFieldControl.Value property

Gets or sets the field value of the SummaryLink data.

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

Syntax

'Declaration
Public Overrides Property Value As Object
    Get
    Set
'Usage
Dim instance As SummaryLinkFieldControl
Dim value As Object

value = instance.Value

instance.Value = value
public override Object Value { get; set; }

Property value

Type: System.Object
The SummaryLinkFieldValue that is associated with the control.

Remarks

This is an override of the BaseFieldControl.Value property.

See also

Reference

SummaryLinkFieldControl class

SummaryLinkFieldControl members

Microsoft.SharePoint.Publishing.WebControls namespace

BaseFieldControl