ProductTypeTaxGroups Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ProductTypeTaxGroup> TaxGroups { get; }
Public ReadOnly Property TaxGroups As ChildCollection(Of ProductTypeTaxGroup)
Get
public:
property ChildCollection<ProductTypeTaxGroup^>^ TaxGroups {
ChildCollection<ProductTypeTaxGroup^>^ get ();
}
member TaxGroups : ChildCollection<ProductTypeTaxGroup> with get
Property Value
Type:
ChildCollectionProductTypeTaxGroup
See Also