ArcGIS Explorer Component Help |
TableBindingAdapter..::.GetListName Method |
TableBindingAdapter Class See Also |
Returns the name of the list.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public virtual string GetListName( PropertyDescriptor[] listAccessors ) |
Visual Basic (Declaration) |
---|
Public Overridable Function GetListName ( _ listAccessors As PropertyDescriptor() _ ) As String |
Parameters
- listAccessors
- Type: array<
System.ComponentModel..::.PropertyDescriptor
>[]()[]
An array of PropertyDescriptor objects, for which the list name is returned. This can be null.