Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 . |