Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the property info of the dynamic properties to this structural type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual void AddDynamicPropertyDictionary(
PropertyInfo propertyInfo
)
public:
virtual void AddDynamicPropertyDictionary(
PropertyInfo^ propertyInfo
)
abstract AddDynamicPropertyDictionary :
propertyInfo:PropertyInfo -> unit
override AddDynamicPropertyDictionary :
propertyInfo:PropertyInfo -> unit
Public Overridable Sub AddDynamicPropertyDictionary (
propertyInfo As PropertyInfo
)
Parameters
propertyInfo
Type: System.Reflection.PropertyInfoThe property being added.
See Also
StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top