Returns the result of this panel. If this panel is not
a function panel, then returns null.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public Result Result()
Return Value
Type: Resultthe result of a function panel.
Exceptions
Exception | Condition |
---|---|
PanelException | if there was an error evaluating the function in the eSales service. |
See Also