JBLicense
ProductListResultProducts Property |
Gets or sets the products.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public List<Product> Products { get; set; }
Public Property Products As List(Of Product) Get Set
public: property List<Product^>^ Products { List<Product^>^ get (); void set (List<Product^>^ value); }
Property Value
Type: ListProductThe products.
See Also