Removes a 'Request For Quotation Line' entry.
Request For Quotation Line (ASBIE). An association to one or more Request For Quotation Lines.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void RemoveRequestForQuotLine(
int index
) |
| Visual Basic |
|---|
Sub RemoveRequestForQuotLine (
index As Integer
) |
| Visual C++ |
|---|
void RemoveRequestForQuotLine(
int index
) |
| F# |
|---|
abstract RemoveRequestForQuotLine :
index : int -> unit
|
See Also