ListResponse<T>.Values property

namespace: Serenity.Services   assemblySerenity.Net.Services

List of distinct values, if DistinctFields are passed in the list request. Each element of the list is an array of distinct values if multiple distinct fields are requested.

public List<object> Values { get; set; }

See Also