Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.04 KB

File metadata and controls

48 lines (35 loc) · 2.04 KB
title yearReferenceValue resource type
description Represents a pointer to a year entry in a collection of referenceDefinition objects.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

yearReferenceValue resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents a pointer to a year entry in a collection of referenceDefinition objects.

Inherits from referenceValue.

Properties

Property Type Description
code String The code of the desired referenceDefinition entry. Inherited from referenceValue.

Relationships

Relationship Type Description
value microsoft.graph.industryData.referenceDefinition Reference to the bound referenceDefinition entity. Inherited from referenceValue.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.yearReferenceValue",
  "code": "String"
}