Interface ITermSetLocalizedName
- 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 ITermSetLocalizedName : IDataModel<ITermSetLocalizedName>, IDataModelParent, IDataModelWithContext, ISupportModules<ITermSetLocalizedName>
- Inherited Members
- Extension Methods
Properties
LanguageTag
The language for the label.
string LanguageTag { get; set; }
Property Value
Name
The name in the localized language.
string Name { get; set; }