FieldNames |
Scroll |
Gets an TheEnumerable object allowing you to iterate through the field names (i.e. the string keys) of the index data map.
Namespace: Therefore.API
Property ValueAn TheEnumerable object allowing you to iterate through the field names of the index data map. |
For Each SupportTheEnumerable supports the For Each / foreach control structures offered in Visual Basic and C#. The example below shows how to iterate FieldNames in those languages. |
|