










Members
Properties
The following table provides a list of properties of
interest. For complete reference information, see
the SearchAttributesTask control in the library reference section.
| Property Name | Type | Description |
|---|---|---|
| ButtonText | string | The text which appears on the button to executes the task. |
| DefaultValue | string | The default text search value. |
| FindOption | FindOption | Whether to search all layers specified in the task (AllLayers), or only layers currently visible (VisibleLayers). |
| FeatureSelectionColor | Color | The Color of selected features. |
| InputWidth | Unit | The width of the text box in which the user enters the value to search. |
| GroupResultsByTable | bool | Whether the results of this task will have the results grouped by layers. |
| LabelText | string | Text to display next to the input box, to indicate the nature of the value to enter. |
| MaxRecords | int | The maximum number of records the task will return. This value may be limited by the service underlying the map resource. For example, by default ArcGIS Server map services are limited to returning 500 features at a time. To change this value, modify the MaxRecordCount property in the service configuration file (.cfg). For more information, see the Service configuration files topic in the ArcGIS Server administration help system. |
| NavigationPath | string | The path to the task as it would appear in a hierarchical data control buddied to the task's TaskManager. |
| SearchFields | string | A list of map resource - layer - fields on which a search for a value will be made. |
| ShowFieldAttributes | bool | Whether the results of this task will have the field attributes. |
| ShowLegend | bool | Whether the results of this task will have a legend. Legend is only available if GroupResultsByTable is true. |
| TaskResultsContainers | BuddyControl Collection | The controls in which results from this task are displayed. |
| Title | string | The text displayed in the title bar of the panel. |