Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.24 KB

File metadata and controls

50 lines (40 loc) · 1.24 KB
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

singleValueExtendedProperty resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an extended property that contains a single value.

Inherits from entity.

Methods

None.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.singleValueExtendedProperty",
  "id": "String (identifier)",
  "value": "String"
}