StoreReadSettings.AdditionalProperties Property

Definition

Gets or sets unmatched properties from the message are deserialized this collection

[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object> AdditionalProperties { get; set; }
[<Newtonsoft.Json.JsonExtensionData>]
member this.AdditionalProperties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property AdditionalProperties As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonExtensionDataAttribute

Applies to