| title | metaDataKeyStringPair resource type |
|---|---|
| description | Represents a key-value (string) pair of the metadata. |
| author | sangle7 |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a key-value (string) pair of the metadata.
| Property | Type | Description |
|---|---|---|
| key | String | Key of the meta data. |
| value | String | Value of the meta data. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.metaDataKeyStringPair",
"key": "String",
"value": "String"
}