  | CTInterfaceExecuteSearchGroupSearchArgsSetResultset Method  | 
            Sets the resultset to be shown for user when Search Group search is performed.
            Sets also 
Handled to TRUE.
            
 
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic void SetResultset(
	List<CTExtDataSrcSearchResult> resultSet
)
Public Sub SetResultset ( 
	resultSet As List(Of CTExtDataSrcSearchResult)
)
Parameters
- resultSet
 - Type: System.Collections.GenericListCTExtDataSrcSearchResult
List of results. 
See Also