FeatureFilter.Parameters Property

Definition

Gets the parameters of the feature filter. Values that represent types other than a string (for example, the Audience parameter of the TargetingFilter) should be provided as their JSON-serialized representation.

public System.Collections.Generic.IDictionary<string,string> Parameters { get; }
member this.Parameters : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Parameters As IDictionary(Of String, String)

Property Value

Applies to