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.
Initializes a new instance of ClrPropertyInfoAnnotation class.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public ClrPropertyInfoAnnotation(
    PropertyInfo clrPropertyInfo
)
public:
ClrPropertyInfoAnnotation(
    PropertyInfo^ clrPropertyInfo
)
new : 
        clrPropertyInfo:PropertyInfo -> ClrPropertyInfoAnnotation
Public Sub New (
    clrPropertyInfo As PropertyInfo
)
Parameters
- clrPropertyInfo 
 Type: System.Reflection.PropertyInfo- The backing CLR property info for the EDM property. 
See Also
ClrPropertyInfoAnnotation Class
System.Web.OData Namespace
Return to top