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)
Available in Sandboxed Solutions: No
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.