| ParallelConcatenateReports Property |
[This is preliminary documentation and is subject to change.]
(read) Reads the values of the ConcatenateReports option (1=enabled, 0=disabled)
(write) Enable/Disable (1/0) the ConcatenateReports option for extracting monitors data
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int ConcatenateReports { get; set; }
Public Property ConcatenateReports As Integer
Get
Set
public:
property int ConcatenateReports {
int get ();
void set (int value);
}
member ConcatenateReports : int with get, set
function get_ConcatenateReports();
function set_ConcatenateReports(value);
Property Value
Type:
Int32See Also