BaseRichSelector.Field property
The field that is associated with this image selector.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Field As BaseRichField
Get
Set
'Usage
Dim instance As BaseRichSelector
Dim value As BaseRichField
value = instance.Field
instance.Field = value
public BaseRichField Field { get; set; }
Property value
Type: Microsoft.SharePoint.Publishing.WebControls.BaseRichField
The field that this selector is operating on.
Remarks
The BaseRichField represents the SharePoint Server data. While this control is spawned at edit time and is used to show to the client the appropriate editing user interface to allow modification of the SharePoint Server data stored in the BaseRichField. The control uses this property to determine which field it is modifying.