DataPA Enterprise Dashboard Controls API Reference
Gets and sets the results set for this query.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
CollectionThe results set for this query.
Return Value
Type:
CollectionThe results set for this query.
Remarks
See Also