Share via


SPProviderInitialData.TableIndexer Property

Gets or sets an array of the columns to display in the People Picker.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TableIndexer As String()
    Get
    Set
'Usage
Dim instance As SPProviderInitialData
Dim value As String()

value = instance.TableIndexer

instance.TableIndexer = value
[DataMemberAttribute]
public string[] TableIndexer { get; set; }

Property Value

Type: []
The columns to be displayed in the People Picker.

Exceptions

Exception Condition
ArgumentNullException

The value was set to null .

See Also

Reference

SPProviderInitialData Class

SPProviderInitialData Members

Microsoft.SharePoint.WebControls Namespace