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.
Gets the PropertyInfo which backs the dynamic properties of the open type.
Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public PropertyInfo PropertyInfo {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property PropertyInfo^ PropertyInfo {
    [CompilerGeneratedAttribute]
    PropertyInfo^ get();
    [CompilerGeneratedAttribute]
    private: void set(PropertyInfo^ value);
}
member PropertyInfo : PropertyInfo with get, private set
Public Property PropertyInfo As PropertyInfo
    Get
    Private Set
End Property
Property Value
Type: System.Reflection.PropertyInfo
See Also
DynamicPropertyDictionaryAnnotation Class
System.Web.OData.Builder Namespace
Return to top