Gets the backing CLR property info for the EDM property.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public PropertyInfo ClrPropertyInfo {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property PropertyInfo^ ClrPropertyInfo {
    [CompilerGeneratedAttribute]
    PropertyInfo^ get();
    [CompilerGeneratedAttribute]
    private: void set(PropertyInfo^ value);
}
member ClrPropertyInfo : PropertyInfo with get, private set
Public Property ClrPropertyInfo As PropertyInfo
    Get
    Private Set
End Property
Property Value
Type: System.Reflection.PropertyInfo
See Also
ClrPropertyInfoAnnotation Class
System.Web.OData Namespace
Return to top