| title | singleValueExtendedProperty resource type |
|---|---|
| description | Represents an extended property that contains a single value. |
| author | SindhuGunturi |
| ms.date | 06/30/2025 |
| ms.localizationpriority | medium |
| ms.subservice | outlook |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an extended property that contains a single value.
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for a singleValueExtendedProperty object. For the list of permitted ID formats, see singleValueLegacyExtendedProperty. |
| value | String | The value of the property. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.singleValueExtendedProperty",
"id": "String (identifier)",
"value": "String"
}