DataPA Enterprise Dashboard Controls API Reference
Gets and sets the results set for this query.

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

Syntax

C#
public Collection ResultsSet { get; set; }
Visual Basic
Public Property ResultsSet As Collection
	Get
	Set
Visual C++
public:
virtual property Collection^ ResultsSet {
	Collection^ get () sealed;
	void set (Collection^ value) sealed;
}

Property Value

Type: Collection
The results set for this query.

Return Value

Type: Collection
The results set for this query.

Remarks