ItemPickerExtendedData.EntityName Property
Returns or sets the name of the parent entity for the selected entity instance.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EntityName As String
Get
Set
'Usage
Dim instance As ItemPickerExtendedData
Dim value As String
value = instance.EntityName
instance.EntityName = value
public string EntityName { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
An entity indicates a type or category for the data, such as Customer or Employee. The instance of an entity is a specific instance of the items in a category, such as a specific customer or employee. For example, if you selected an entity instance of a customer named “Wingtip Toys”, the name of the entity for the selected instance would be “Customer.”