Search Results for

    Show / Hide Table of Contents

    _Schema property

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseDefinition._Schema — Returns the schema for a termbase definition.

    Type

    String (read)

    Index Parameters

    none

    Description

    A termbase definition is basically a schema, in which the fields (i.e. the elements) and the hierarchy of the field is specified. Via this property you can retrieve the schema for a particular termbase definition.

    Sample

    Sdl.MultiTerm.TMO.Interop.TermbaseDefinition oDefinition = myTermbase.Definition;
    Debug.WriteLine(oDefinition._Schema);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX