Search Results for

    Show / Hide Table of Contents

    Interface ITermAttributeContainer

    Interface for BCM elements containing terminology attributes.

    Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public interface ITermAttributeContainer

    Properties

    TermAttributes

    Gets or sets the term attributes.

    Declaration
    DictionaryEx<string, object> TermAttributes { get; set; }
    Property Value
    Type Description
    DictionaryEx<System.String, System.Object>

    The term attributes.

    On this page

    Back to top Generated by DocFX