| BindingMemberInfo Constructor (PropertyInfo) | 
Version 118.6.80 
            Constructs a BindingMemberInfo instance for a property.
            
 
    Namespace: 
   CefSharp.ModelBinding
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic BindingMemberInfo(
	PropertyInfo propertyInfo
)
public:
BindingMemberInfo(
	PropertyInfo^ propertyInfo
)
Parameters
- propertyInfo
- Type: System.ReflectionPropertyInfo
 The bindable property to represent.
 See Also
See Also