Gets the number of 'Description' entries in the container object.
Description (BBIE). General descriptive text that is not part of any remarks.
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 GetSummaryDescriptionCount() |
| Visual Basic |
|---|
Public Function GetSummaryDescriptionCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetSummaryDescriptionCount() sealed |
| F# |
|---|
abstract GetSummaryDescriptionCount : unit -> int
override GetSummaryDescriptionCount : unit -> int |
Return Value
Type:
Int32The number of
IText object instances in the container object.
Implements
IConsignment..::..GetSummaryDescriptionCount()()()()
See Also