| title | singleValueLegacyExtendedProperty resource type |
|---|---|
| description | An extended property that contains a single value. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | cloud-pc |
| author | SuryaLashmiS |
| ms.date | 05/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE outlooktask-deprecate-sharedfeature]
An extended property that contains a single value.
See Extended properties overview for more information about when to use open extensions or extended properties, and how to specify extended properties.
| Method | Return Type | Description |
|---|---|---|
| Create single-value property | A supported resource instance: message, mailFolder, event, calendar, contact, contactFolder, Outlook task, or Outlook task folder, but not group post. | Create a singleValueLegacyExtendedProperty in a new or existing instance of a supported resource. |
| Get single-value property | One or a collection of supported resource instance (message, mailFolder, event, calendar, contact, contactFolder, Outlook task, Outlook task folder, or group post), or one such instance expanded with a singleValueLegacyExtendedProperty object. | Get a resource instance with an extended property using $expand or $filter. |
| Property | Type | Description |
|---|---|---|
| id | string | The property identifier. Read-only. |
| value | string | A property value. |
None
The following JSON representation shows the resource type.
{
"id": "string (identifier)",
"value": "string"
}