Search Results for

    Show / Hide Table of Contents

    Description property

    Name

    Sdl.MultiTerm.TMO.Interop.FilterDefinition.Description — Returns the filter description.

    Type

    String (read)

    Index Parameters

    none

    Description

    Each filter can have an optional description to provide further information on it. Via this property you can output the filter description string.

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    
    //select filter
    FilterDefinitions oFilters = oTb.FilterDefinitions;
    FilterDefinition oFilter = oFilters["Missing target"];
    
    Debug.WriteLine("Filter description: " + oFilter.Description);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX