RichLinkField.Value Property
Current LinkFieldValue in this field control while in Edit mode.
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 RichLinkField
Dim value As Object
value = instance.Value
instance.Value = value
public override Object Value { get; set; }
Property Value
Type: System.Object
Remarks
This field control framework property is used in the SPControlMode.Edit parameter to get and set the value between the edit controls and the ItemFieldValue property in the SPListItem object.