BindingResourceProperties.BindingParameters Property

Definition

Gets or sets binding parameters of the Binding resource

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to