DynamicPropertyDictionaryAnnotation(PropertyInfo) Constructor
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.
Initializes a new instance of DynamicPropertyDictionaryAnnotation class.
public DynamicPropertyDictionaryAnnotation (System.Reflection.PropertyInfo propertyInfo);
new Microsoft.AspNet.OData.Builder.DynamicPropertyDictionaryAnnotation : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Builder.DynamicPropertyDictionaryAnnotation
Public Sub New (propertyInfo As PropertyInfo)
Parameters
- propertyInfo
- PropertyInfo
The backing PropertyInfo.