WebSiteWebModules Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<WebModule> WebModules { get; }Public ReadOnly Property WebModules As ChildCollection(Of WebModule)
Get
public:
property ChildCollection<WebModule^>^ WebModules {
ChildCollection<WebModule^>^ get ();
}member WebModules : ChildCollection<WebModule> with get
Property Value
Type:
ChildCollectionWebModule
See Also