EResult.Product Property

JustinBack

EResultProduct Property

Gets or sets the product.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public ProductResult Product { get; set; }
Public Property Product As ProductResult
	Get
	Set
public:
property ProductResult^ Product {
	ProductResult^ get ();
	void set (ProductResult^ value);
}

Property Value

Type: ProductResult
The product.
See Also