DashboardAfterRefreshDataArgsResultsSet Property |
|
DataPA OpenAnalytics API Reference
Gets and Sets the ResultsSet collection of the refreshed query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection ResultsSet { get; set; }
Public Property ResultsSet As Collection
Get
Set
public:
virtual property Collection^ ResultsSet {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_ResultsSet();
function set_ResultsSet(value);
Property Value
Type:
CollectionThe ResultsSet collection of the refreshed query.
Return Value
Type:
CollectionThe ResultsSet collection of the refreshed query.
Remarks See Also