Gets the number of 'Keyword' entries in the container object.
Keyword (BBIE). A Seller Party-defined search string for the item. Also could be synonyms for identifying the item.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| Visual Basic |
|---|
Function GetKeywordCount As Integer |
| Visual C++ |
|---|
int GetKeywordCount() |
| F# |
|---|
abstract GetKeywordCount : unit -> int
|
Return Value
Type:
Int32The number of
IText object instances in the container object.
See Also