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