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