Search Results for

    Show / Hide Table of Contents

    Count property

    Name

    Sdl.MultiTerm.TMO.Interop.LockedEntries.Count — Returns the number of locked entries.

    Type

    Long (read)

    Index Parameters

    none

    Description

    You can use this property to ascertain how many entries (if any) are currently locked in the termbase.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    LockedEntries oLocks = oTb.LockedEntries;
    Debug.Write("Number of locked entries: " + oLocks.Count.ToString());
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX