HistoricalData.TotalNum Property
Gets or sets the total number.
public int TotalNum {get; set;}
This language is not supported or no code example is available.
public:
property int TotalNum {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public function get TotalNum() : int;
public function set TotalNum(value : int);
This language is not supported or no code example is available.
Property Value
int
The total number.
In this article
Definition