KeySales.AdditionalProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This output indicates additional properties as name-value pairs of each related insight returned by the action.
[System.Text.Json.Serialization.JsonPropertyName("additionalProperties")]
public System.Text.Json.JsonElement? AdditionalProperties { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("additionalProperties")>]
member this.AdditionalProperties : Nullable<System.Text.Json.JsonElement> with get, set
Public Property AdditionalProperties As Nullable(Of JsonElement)
Property Value
- Attributes