Share via


SiteElementControl.ItemFieldValue property

Gets the value of the field from the cached site element item.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides Property ItemFieldValue As Object
    Get
    Set
'Usage
Dim instance As SiteElementControl
Dim value As Object

value = instance.ItemFieldValue

instance.ItemFieldValue = value
public override Object ItemFieldValue { get; set; }

Property value

Type: System.Object
The value of the field.

See also

Reference

SiteElementControl class

SiteElementControl members

Microsoft.SharePoint.Publishing.WebControls namespace