Table of Contents

Interface ITermLocalizedDescription

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents the localized name used in the term store, which identifies the name in the localized language.

public interface ITermLocalizedDescription : IDataModel<ITermLocalizedDescription>, IDataModelParent, IDataModelWithContext, ISupportModules<ITermLocalizedDescription>
Inherited Members
Extension Methods

Properties

Description

The description in the localized language.

string Description { get; set; }

Property Value

string

LanguageTag

The language for the label.

string LanguageTag { get; set; }

Property Value

string