GaugeDataRequiresSummaryProviderRebuild Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the summary data provider needs rebuilt for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool RequiresSummaryProviderRebuild { get; }
Public ReadOnly Property RequiresSummaryProviderRebuild As Boolean
Get
public:
virtual property bool RequiresSummaryProviderRebuild {
bool get () sealed;
}
function get_RequiresSummaryProviderRebuild();
Property Value
Type:
BooleanTrue if the summary data provider needs rebuilt for this object
Return Value
Type:
BooleanTrue if the summary data provider needs rebuilt for this object
Remarks See Also