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.3.0

Syntax

C#
public bool ViewOnWeb { get; set; }
Visual Basic
Public Property ViewOnWeb As Boolean
	Get
	Set
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