DataPA Enterprise Dashboard Controls API Reference
Gets a system object

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SystemObject this[
	int Index
] { get; }
Visual Basic
Public ReadOnly Property Item ( 
	Index As Integer
) As SystemObject
	Get
Visual C++
public:
virtual property SystemObject^ Item[int Index] {
	SystemObject^ get (int Index) sealed;
}

Parameters

Index
Type: System..::..Int32
The index of the object to return

Return Value

Type: SystemObject
A system object

Remarks