ProductCatalogWebSite Property |
The ECommerce web site, which will be used to host the product catalog. When null, the product catalog would not be hosted with internal ECommerce site. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic WebSite WebSite { get; set; }
Public Property WebSite As WebSite
Get
Set
public:
property WebSite^ WebSite {
WebSite^ get ();
void set (WebSite^ value);
}
member WebSite : WebSite with get, set
Property Value
Type:
WebSite
See Also