Gets or sets the LOCATION field of the CProduct.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
protected string Location { get; set; }
Visual Basic
Protected Property Location As String
	Get
	Set
Visual C++
protected:
property String^ Location {
	String^ get ();
	void set (String^ value);
}

See Also