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.245.0.0 (8.245.0.0)
Syntax public List<T> Results { get; set; }
Public Property Results As List(Of T)
Get
Set
public:
property List<T>^ Results {
List<T>^ get ();
void set (List<T>^ value);
}
member Results : List<'T> with get, set
Property Value
Type:
ListTSee Also