Click or drag to resize

PagedSearchResultsTResults Property

The actual data payload or result set, in the form of a list of data objects of type T

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public List<T> Results { get; set; }

Property Value

Type: ListT
See Also