| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.termStore.localizedLabel",
"name": "String",
"isDefault": "Boolean",
"languageTag": "String"
}