Share via


StructuralTypeConfiguration.DynamicPropertyDictionary Property

 

Gets the CLR property info of the dynamic property dictionary on this structural type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public PropertyInfo DynamicPropertyDictionary { get; }
public:
property PropertyInfo^ DynamicPropertyDictionary {
    PropertyInfo^ get();
}
member DynamicPropertyDictionary : PropertyInfo with get
Public ReadOnly Property DynamicPropertyDictionary As PropertyInfo

Property Value

Type: System.Reflection.PropertyInfo

See Also

StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top