Search Results for

    Show / Hide Table of Contents

    Owner property

    Name

    Sdl.MultiTerm.TMO.Interop.InputModelDefinition.Owner — Returns the owner name for a particular input model definition.

    Type

    String (read)

    Index Parameters

    none

    Description

    Sample

    Sdl.MultiTerm.TMO.Interop.InputModelDefinitions oInputModels = myTermbase.InputModelDefinitions;
    //return owner of first Layout definition
    Debug.WriteLine(oInputModels[0].Owner);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX