Click or drag to resize

FWRetValTRecords Property

Gets or sets the data, such as a returned Auto Index, etc.

Namespace:  Koden.Utils.Models
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public IEnumerable<T> Records { get; set; }

Property Value

Type: IEnumerableT
The data.
See Also