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