BaseFieldControl.ListItemFieldValue Property
Reserved for internal use.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property ListItemFieldValue As Object
Get
Set
'Usage
Dim instance As BaseFieldControl
Dim value As Object
value = instance.ListItemFieldValue
instance.ListItemFieldValue = value
public virtual Object ListItemFieldValue { get; set; }
Property Value
Type: System.Object