Removes a 'Instructions' entry.
Instructions (BBIE). Delivery instructions relating to a shipment.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void RemoveDeliveryInstructions(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveDeliveryInstructions (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveDeliveryInstructions(
int index
) sealed |
| F# |
|---|
abstract RemoveDeliveryInstructions :
index : int -> unit
override RemoveDeliveryInstructions :
index : int -> unit |
Implements
IShipment..::..RemoveDeliveryInstructions(Int32)
See Also