Search Results for

    Show / Hide Table of Contents

    Count property

    Name

    Sdl.MultiTerm.TMO.Interop.DescriptiveFields.Count — Returns the number of entry-level descriptive fields.

    Type

    Long (read)

    Index Parameters

    none

    Description

    Via this property you can ascertain how many entry-level descriptive fields the definition of a particular termbase contains.

    Sample

    TermbaseDefinition tbDef = oTb.Definition;
    DescriptiveFields oDFields = tbDef.Fields;
    Debug.Write("Descriptive field count: " + oDFields.Count.ToString());
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX