DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the summary data provider needs rebuilt for this object

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool RequiresSummaryProviderRebuild { get; }
Visual Basic
Public ReadOnly Property RequiresSummaryProviderRebuild As Boolean
	Get
Visual C++
public:
virtual property bool RequiresSummaryProviderRebuild {
	bool get () sealed;
}

Property Value

Type: Boolean
True if the summary data provider needs rebuilt for this object

Return Value

Type: Boolean
True if the summary data provider needs rebuilt for this object

Implements

GaugeData..::.._GaugeData..::..RequiresSummaryProviderRebuild

Remarks