Item property
Name
Sdl.MultiTerm.TMO.Interop.DescriptiveFields.Item — Provides access to a particular entry-level descriptive fields.
Type
Sdl.MultiTerm.TMO.Interop.DescriptiveField (read)
Index Parameters
- Index (Variant)
Description
To select a particular field you can either provide the index number, e.g. Item(0) or the actual field label, e.g. Item("Subject") as parameter.
Sample
TermbaseDefinition tbDef = oTb.Definition;
DescriptiveFields oDFields = tbDef.Fields;
//select first descriptive field
DescriptiveField oDField = oDFields[0];