 
            | Miner.Interop.FrameworkUI Assembly > Miner.Interop Namespace : IMMSearchStrategyUI Interface | 
For a list of all members of this type, see IMMSearchStrategyUI members.
| Name | Description | |
|---|---|---|
|  | Caption | This property contains the name of the search strategy as it appears in the Locator tool pulldown menu (e.g., Attribute Query). | 
|  | COMProgID | If the search strategy has been written in VB6, this property requires its ProgID. If the search strategy has been written in C#, this returns an empty string. | 
|  | Priority | Allows you to set the order in which the locators appear in the dropdown menu. | 
|  | ResultsProcessor | This optional property returns an IMMResultsProcessor object. This object allows you to determine how the objects in the tree appear (e.g., grouped). Enter a value of Null to use the standard format as it is displayed in the Attribute Editor. While in Feeder Manager mode, the results processor for Feeder Manager is always used. | 
|  | SearchStrategy | This property takes an IMMSearchStrategy object. This object contains the Find method that executes the search. |