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