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