ManagedDashboardBuildPartialSummaries Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether partial summaries should be built in the current process
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static bool BuildPartialSummaries { get; }
Public Shared ReadOnly Property BuildPartialSummaries As Boolean
Get
public:
static property bool BuildPartialSummaries {
bool get ();
}
DataPAEnterpriseDashboard.ManagedDashboard.get_BuildPartialSummaries = function();
Property Value
Type:
BooleanA value that indicates whether partial summaries should be built in the current process
Return Value
Type:
BooleanA value that indicates whether partial summaries should be built in the current process
Remarks See Also