Gets or sets an indication of whether to use the InfoUrl for products in this CProductCategory

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

Syntax

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

See Also