Click or drag to resize
ResultCompletionsCompletionList Property
A read only list of the completions of this result.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public IList<ResultCompletion> CompletionList { get; }

Property Value

Type: IListResultCompletion
See Also