Product.Product_Name Property

JustinBack

ProductProduct_Name Property

Gets or sets the name of the product.

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

Property Value

Type: String
The name of the product.
See Also