searchSolutionUseCase property

List<String>? searchSolutionUseCase
getter/setter pair

Specifies the use case for the control.

Affects what condition fields can be set. Only settable by search controls. Will default to SEARCH_SOLUTION_USE_CASE_SEARCH if not specified. Currently only allow one search_solution_use_case per control.

Implementation

core.List<core.String>? searchSolutionUseCase;