TrendingDetailsIncludeTies Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the if ties should be included when identifing top or bottom trends
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IncludeTies { get; set; }
Public Property IncludeTies As Boolean
Get
Set
public:
virtual property bool IncludeTies {
bool get () sealed;
void set (bool value) sealed;
}
function get_IncludeTies();
function set_IncludeTies(value);
Property Value
Type:
BooleanA flag to indicate if ties should be included when identifing top or bottom trends
Return Value
Type:
BooleanA flag to indicate if ties should be included when identifing top or bottom trends
Remarks See Also