Share via


ResourceContext.DynamicComplexProperties Property

Definition

Gets or sets the dynamic complex or collection of complex properties should be nested in this instance.

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)

Property Value

Remarks

The key is the dynamic property name. The value is the dynamic property value.

Applies to