Search Results for

    Show / Hide Table of Contents

    Owner property

    Name

    Sdl.MultiTerm.TMO.Interop.FilterDefinition.Owner — Returns the owner name for a particular filter definition.

    Type

    String (read)

    Index Parameters

    none

    Description

    Sample

    Sdl.MultiTerm.TMO.Interop.FilterDefinitions oFilters = myTermbase.FilterDefinitions;
    //return owner of first filter definition
    Debug.WriteLine(oFilters[0].Owner);
    
    • Improve this Doc
    In this article
    • Name
    • Type
    • Index Parameters
    • Description
    • Sample
    Back to top Generated by DocFX