Share via


ItemPicker.ExtendedData property

Gets or sets the extended data that is associated with a specific ItemPicker user control.

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

Syntax

'Declaration
Public Property ExtendedData As ItemPickerExtendedData
    Get
    Set
'Usage
Dim instance As ItemPicker
Dim value As ItemPickerExtendedData

value = instance.ExtendedData

instance.ExtendedData = value
public ItemPickerExtendedData ExtendedData { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.ItemPickerExtendedData
Returns ItemPickerExtendedData.

Remarks

Extended data includes configuration and initialization information for the control. In addition, it contains information about the parent entity and the instance of the entity.

See also

Reference

ItemPicker class

ItemPicker members

Microsoft.SharePoint.WebControls namespace