Compartir a través de


AudioAnalyzerPreset.ExperimentalOptions Propiedad

Definición

Obtiene o establece el diccionario que contiene pares clave-valor para parámetros que no se exponen en el propio valor preestablecido.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a