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
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
PropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top