Table of Contents

Interface ITermLocalizedLabel

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

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

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

Properties

IsDefault

Indicates whether the label is the default label.

bool IsDefault { get; set; }

Property Value

bool

LanguageTag

The language for the label.

string LanguageTag { get; set; }

Property Value

string

Name

The name in the localized language.

string Name { get; set; }

Property Value

string