 | IGetResponseProductList Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the lookup results.
Namespace: ETradeNet.Market.ProductLookupAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
SyntaxList<Product> ProductList { get; }
ReadOnly Property ProductList As List(Of Product)
Get
property List<Product^>^ ProductList {
List<Product^>^ get ();
}
abstract ProductList : List<Product> with get
Property Value
Type:
ListProductContainer for lookup results.
See Also