TrendingDetailsTrendingVariable Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the trend variable that expresses the method 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 TrendingDetailsTrendingVariableEnum TrendingVariable { get; set; }
Public Property TrendingVariable As TrendingDetailsTrendingVariableEnum
Get
Set
public:
virtual property TrendingDetailsTrendingVariableEnum TrendingVariable {
TrendingDetailsTrendingVariableEnum get () sealed;
void set (TrendingDetailsTrendingVariableEnum value) sealed;
}
function get_TrendingVariable();
function set_TrendingVariable(value);
Property Value
Type:
TrendingDetailsTrendingVariableEnumThe tren variable that expresses the method used to calculate which trending groups to include
Return Value
Type:
TrendingDetailsTrendingVariableEnumThe tren variable that expresses the method used to calculate which trending groups to include
Remarks See Also