| title | localizedDescription resource type |
|---|---|
| description | Represents the localized description used to describe 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 localized description used to describe a term in the term store.
| Property | Type | Description |
|---|---|---|
| description | String | The description in the localized language. |
| languageTag | String | The language tag for the label. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.termStore.localizedDescription",
"description": "String",
"languageTag": "String"
}