Gets the list of item returned.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public List<T> Items { get; }
Visual Basic
Public ReadOnly Property Items As List(Of T)
	Get
Visual C++
public:
property List<T>^ Items {
	List<T>^ get ();
}

Field Value

The result objects.

See Also