RichImageField.Value Property
The current ImageFieldValue object in this field control 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 RichImageField
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 in the SPListItem object.