Removes a 'Response' entry.
Response (ASBIE). An association to Response.
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 RemoveResponse(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveResponse (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveResponse(
int index
) sealed |
| F# |
|---|
abstract RemoveResponse :
index : int -> unit
override RemoveResponse :
index : int -> unit |
Implements
ILineResponse..::..RemoveResponse(Int32)
See Also