Share via


ItemPicker.PrimaryColumnName property

Gets the name of the column which will be rendered as first colum in the Entity Content Type picker control.

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

Syntax

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

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

Property value

Type: System.String
Returns String.

See also

Reference

ItemPicker class

ItemPicker members

Microsoft.SharePoint.WebControls namespace