propertyToEvaluate resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Defines the name and the value of the property.
Properties
Property | Type | Description |
---|---|---|
propertyName | String | Provides the property name. |
propertyValue | String | Provides the property value. |
JSON representation
The following JSON representation shows the resource type.
{
"propertyName": "String",
"propertyValue": "String"
}