Search Results for

    Show / Hide Table of Contents

    Count property

    Name

    Sdl.MultiTerm.TMO.Interop.Termbases.Count — Returns the number of available termbases.

    Type

    Long (read)

    Index Parameters

    none

    Description

    This property is used to determine the number of termbases available in either the local or the server termbase repository. Note that for server termbases it will only return the number of termbases you have access to with your current login.

    Sample

    Termbases oTbs = oServRep.Termbases;
    MessageBox.Show(oTbs.Count.ToString());
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX