ResourceContext.DynamicComplexProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.