Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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