Class ProductResult
Represents a list of product results
public class ProductResult
- Inheritance
-
ProductResult
- Inherited Members
Constructors
ProductResult()
public ProductResult()
Properties
Products
List of read-only list of Products returned by search engine
public IList<Product> Products { get; set; }
Property Value
Total
Total number of returned products
public uint Total { get; set; }