Share via


ItemPicker.EntityName property

Gets the Name of the External Content Type this control is going to interact with.

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

Syntax

'Declaration
Public ReadOnly Property EntityName As String
    Get
'Usage
Dim instance As ItemPicker
Dim value As String

value = instance.EntityName
public string EntityName { get; }

Property value

Type: System.String
Returns String.

See also

Reference

ItemPicker class

ItemPicker members

Microsoft.SharePoint.WebControls namespace