Search Results for

    Show / Hide Table of Contents

    ChangeDate property

    Name

    Sdl.MultiTerm.TMO.Interop.Termbase.ChangeDate — Returns the last termbase change date.

    Type

    Date (read)

    Index Parameters

    none

    Description

    Returns the date of the last change made to the specified termbase.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    Debug.Write("Termbase change date: " + oTb.ChangeDate);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX