TypeProvider.IsSupportedPropertyResolver Property

Definition

Gets or sets the delegate that references a method with two parameters and one return value that determines whether a specified property is supported in the target .NET Framework.

public:
 property Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ IsSupportedPropertyResolver { Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ get(); void set(Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ value); };
public Func<System.Reflection.PropertyInfo,object,bool> IsSupportedPropertyResolver { get; set; }
member this.IsSupportedPropertyResolver : Func<System.Reflection.PropertyInfo, obj, bool> with get, set
Public Property IsSupportedPropertyResolver As Func(Of PropertyInfo, Object, Boolean)

Property Value

The delegate that references a method with two parameters and one return value that determines whether a specified property is supported in the target .NET Framework.

Applies to