Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
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, or contactFolder, 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, 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 ID used to identify the property. Read-only. |
value | string | A property value. |
None
The following JSON representation shows the resource type.
{
"id": "string (identifier)",
"value": "string"
}
Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now