Search Results for

    Show / Hide Table of Contents

    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];
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX