Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 1.64 KB

File metadata and controls

69 lines (55 loc) · 1.64 KB
title localizedLabel resource type
description Represents the label for a term in the term store.
author mohitpcad
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 07/22/2024

localizedLabel resource type

Namespace: microsoft.graph.termStore

[!INCLUDE beta-disclaimer]

Represents the label for a term in the term store.

Identifies the labels associated with a given term.

Properties

Property Type Description
isDefault Boolean Indicates whether the label is the default label.
languageTag String The language tag for the label.
name String The name of the label.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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