Search Results for

    Show / Hide Table of Contents

    Information property

    Name

    Sdl.MultiTerm.TMO.Interop.Termbase.Information — Provides programmatic access to the termbase information.

    Type

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

    Index Parameters

    none

    Description

    Applying this property to a termbase object allows you to retrieve various information on the specified termbase such as the termbase creation date, the total number of entries, the physical size of the termbase, the full termbase name, which includes the termbase name as well as the location (i.e. name of the machine on which it is hosted), etc.

    Sample

    Termbase oTb = oTbs["Termbase Name"];
    
    TermbaseInformation oInfo = oTb.Information;
    
    Debug.Write("Termbase creation date: " + oInfo.CreationDate);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX