TrendingDetailsTrendingTopBottom Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TrendingDetailsTrendingTopBottomEnum TrendingTopBottom { get; set; }
Public Property TrendingTopBottom As TrendingDetailsTrendingTopBottomEnum
Get
Set
public:
virtual property TrendingDetailsTrendingTopBottomEnum TrendingTopBottom {
TrendingDetailsTrendingTopBottomEnum get () sealed;
void set (TrendingDetailsTrendingTopBottomEnum value) sealed;
}
function get_TrendingTopBottom();
function set_TrendingTopBottom(value);
Property Value
Type:
TrendingDetailsTrendingTopBottomEnumThe value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
Return Value
Type:
TrendingDetailsTrendingTopBottomEnumThe value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
Remarks See Also