Gets a 'Catalogue Pricing Update Line' entry.
Catalogue Pricing Update Line (ASBIE). An association to one or more Catalogue Pricing Update Lines.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICataloguePricingUpdateLine GetCatPricingUpdateLine(
int index
) |
| Visual Basic |
|---|
Public Function GetCatPricingUpdateLine (
index As Integer
) As ICataloguePricingUpdateLine |
| Visual C++ |
|---|
public:
virtual ICataloguePricingUpdateLine^ GetCatPricingUpdateLine(
int index
) sealed |
| F# |
|---|
abstract GetCatPricingUpdateLine :
index : int -> ICataloguePricingUpdateLine
override GetCatPricingUpdateLine :
index : int -> ICataloguePricingUpdateLine |
Return Value
Type:
ICataloguePricingUpdateLineThe indexed
ICataloguePricingUpdateLine object.
Implements
ICataloguePricingUpdate..::..GetCatPricingUpdateLine(Int32)
See Also