Compartir a través de


ResourceContext.DynamicComplexProperties Propiedad

Definición

Obtiene o establece el complejo dinámico o la colección de propiedades complejas se deben anidar en esta instancia.

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

Valor de propiedad

Comentarios

La clave es el nombre de la propiedad dinámica. El valor es el valor de la propiedad dinámica.

Se aplica a