MapDataPlotSummaryBuildThresholdApplied Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates a partial summary is not available for this object due to the summary build threshold being met
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool SummaryBuildThresholdApplied { get; set; }
Public Property SummaryBuildThresholdApplied As Boolean
Get
Set
public:
virtual property bool SummaryBuildThresholdApplied {
bool get () sealed;
void set (bool value) sealed;
}
function get_SummaryBuildThresholdApplied();
function set_SummaryBuildThresholdApplied(value);
Property Value
Type:
BooleanTrue if a partial summary is not available for this object due to the summary build threshold being met
Return Value
Type:
BooleanTrue if a partial summary is not available for this object due to the summary build threshold being met
Implements
PartialSummaryParentSummaryBuildThresholdAppliedMapDataPlot_MapDataPlotSummaryBuildThresholdAppliedRemarks See Also