SummaryReportTotalCount Property | |
Gets or sets TotalCount
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute]
public int TotalCount { get; set; }
public:
[DataMemberAttribute]
property int TotalCount {
int get ();
void set (int value);
}
function get_TotalCount();
function set_TotalCount(value);
Property Value
Type:
Int32See Also