Search Results for

    Show / Hide Table of Contents

    Entries property

    Name

    Sdl.MultiTerm.TMO.Interop.Termbase.Entries — Provides programmatic access to the entries of a termbase.

    Type

    Sdl.MultiTerm.TMO.Interop.Entries (read)

    Index Parameters

    none

    Description

    A termbase contains a number of entries (i.e. concepts). Applying the Entries property to a Termbase object provides programmatic access to all entries of that particular termbase. You may, for example, add new entries to the specified termbase.

    Sample

    Termbase oTb = oTbs["Termbase Name"];
    
    Entries oEntries = oTb.Entries;
    
    Debug.Write("Total number of entries in termbase: " + oEntries.Count.ToString());
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX