TrendingDetailsTrendingN Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the value used to determine the number of trending groups to return
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int TrendingN { get; set; }
Public Property TrendingN As Integer
Get
Set
public:
virtual property int TrendingN {
int get () sealed;
void set (int value) sealed;
}
function get_TrendingN();
function set_TrendingN(value);
Property Value
Type:
Int32The value used to determine the number of trending groups to return
Return Value
Type:
Int32The value used to determine the number of trending groups to return
Remarks See Also