PickerEntity.EntityData property
Gets or sets a data-mapping structure that is defined by the consumer of the PickerEntity class.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property EntityData As Hashtable
Get
Set
'Usage
Dim instance As PickerEntity
Dim value As Hashtable
value = instance.EntityData
instance.EntityData = value
[DataMemberAttribute]
public Hashtable EntityData { get; set; }
Property value
Type: System.Collections.Hashtable
A hash table.