StructuralTypeConfiguration.AddDynamicPropertyDictionary(PropertyInfo) Method
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.
Adds the property info of the dynamic properties to this structural type.
public virtual void AddDynamicPropertyDictionary (System.Reflection.PropertyInfo propertyInfo);
abstract member AddDynamicPropertyDictionary : System.Reflection.PropertyInfo -> unit
override this.AddDynamicPropertyDictionary : System.Reflection.PropertyInfo -> unit
Public Overridable Sub AddDynamicPropertyDictionary (propertyInfo As PropertyInfo)
Parameters
- propertyInfo
- PropertyInfo
The property being added.