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