Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 1.59 KB

termstore-localizedname.md

File metadata and controls

61 lines (50 loc) · 1.59 KB
title description author ms.localizationpriority ms.subservice doc_type
localizedName resource type
Represents the localized name used in the term store, which identifies the name in the localized language.
mohitpcad
medium
sharepoint
resourcePageType

localizedName resource type

Namespace: microsoft.graph.termStore

[!INCLUDE beta-disclaimer]

Represents the localized name used in the term store, which identifies the name in the localized language. For more information, see localizedLabel.

Properties

Property Type Description
languageTag String The language tag for the label.
name String The name in the localized language.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.termStore.localizedName",
  "name": "String",
  "languageTag": "String"
}