Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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