This document is archived and information here might be outdated. Recommended version. |
Indicates if the output incidents recordset should be returned with the analysis results.
[Visual Basic .NET]
Public Property ReturnIncidents As Boolean
[C#]
public bool ReturnIncidents {get; set;}
[C++]
HRESULT get_ReturnIncidents(
VARIANT_BOOL ReturnIncidents
);
[C++]
HRESULT put_ReturnIncidents(
Boolean* ReturnIncidents
);
[C++] Parameters ReturnIncidents [in]
ReturnIncidents is a parameter of type bool ReturnIncidents [out, retval]
ReturnIncidents is a parameter of type bool*
ReturnIncidents specifies if the resulting Incident features are returned.