TypeProvider.IsSupportedProperty(PropertyInfo, Object) Method

Definition

Returns a value that determines whether the specified property is supported in the target .NET Framework.

public:
 bool IsSupportedProperty(System::Reflection::PropertyInfo ^ property, System::Object ^ declaringInstance);
public bool IsSupportedProperty (System.Reflection.PropertyInfo property, object declaringInstance);
member this.IsSupportedProperty : System.Reflection.PropertyInfo * obj -> bool
Public Function IsSupportedProperty (property As PropertyInfo, declaringInstance As Object) As Boolean

Parameters

property
PropertyInfo

The property to resolve.

declaringInstance
Object

The instance in which the specified property is declared.

Returns

true if the specified property is supported in the target .NET Framework; otherwise, false.

Applies to