Share via


PropertyConfiguration.PropertyInfo Property

Gets the mapping CLR PropertyInfo.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property PropertyInfo As PropertyInfo 
    Get 
    Private Set
'Usage
Dim instance As PropertyConfiguration 
Dim value As PropertyInfo 

value = instance.PropertyInfo
public PropertyInfo PropertyInfo { get; private set; }
public:
property PropertyInfo^ PropertyInfo {
    PropertyInfo^ get ();
    private: void set (PropertyInfo^ value);
}
member PropertyInfo : PropertyInfo with get, private set
function get PropertyInfo () : PropertyInfo 
private function set PropertyInfo (value : PropertyInfo)

Property Value

Type: System.Reflection.PropertyInfo

See Also

Reference

PropertyConfiguration Class

System.Web.Http.OData.Builder Namespace