FieldMappingFunction.Parameters Property

Definition

Gets or sets a dictionary of parameter name/value pairs to pass to the function. Each value must be of a primitive type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to