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.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public int GetKeywordCount() |
| Visual Basic |
|---|
Public Function GetKeywordCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetKeywordCount() sealed |
| F# |
|---|
abstract GetKeywordCount : unit -> int
override GetKeywordCount : unit -> int |
Return Value
Type:
Int32The number of
IText object instances in the container object.
Implements
IItem..::..GetKeywordCount()()()()
See Also