Gets the number of 'Line Response' entries in the container object.
Line Response (ASBIE). Response to various lines in the document.
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 int GetLineResponseCount() |
| Visual Basic |
|---|
Public Function GetLineResponseCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetLineResponseCount() sealed |
| F# |
|---|
abstract GetLineResponseCount : unit -> int
override GetLineResponseCount : unit -> int |
Return Value
Type:
Int32The number of
ILineResponse object instances in the container object.
Implements
IDocumentResponse..::..GetLineResponseCount()()()()
See Also