| title | referenceValue resource type |
|---|---|
| description | An abstract type that represents a pointer to an entry in the referenceDefinitions collection. |
| author | mlafleur |
| ms.localizationpriority | medium |
| ms.subservice | industry-data-etl |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.industryData
[!INCLUDE beta-disclaimer]
An abstract type that represents a pointer to an entry in the referenceDefinitions collection with a specific reference type.
Base type of identifierTypeReferenceValue, roleReferenceValue, userMatchTargetReferenceValue, and yearReferenceValue.
| Property | Type | Description |
|---|---|---|
| code | String | The code of the desired referenceDefinition entry. |
| Relationship | Type | Description |
|---|---|---|
| value | microsoft.graph.industryData.referenceDefinition | Reference to the bound referenceDefinition entity. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.referenceValue",
"code": "String"
}