Gets or sets an indication of whether this product may be displayed on the website.

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

Syntax

C#
public bool ViewOnWeb { get; set; }
Visual Basic (Declaration)
Public Property ViewOnWeb As Boolean
Visual C++
public:
property bool ViewOnWeb {
	bool get ();
	void set (bool value);
}

Field Value

Returns true if WebOption is equal to either ViewOnWeb or SellOnWeb.

See Also