IObjectPropertyFilter.FilterProperty(PropertyInfo) Method

Definition

Retrieves a value that indicates the attributes of a property and provides access to the property metadata.

public:
 bool FilterProperty(System::Reflection::PropertyInfo ^ pinfo);
public bool FilterProperty (System.Reflection.PropertyInfo pinfo);
abstract member FilterProperty : System.Reflection.PropertyInfo -> bool
Public Function FilterProperty (pinfo As PropertyInfo) As Boolean

Parameters

pinfo
PropertyInfo

The attributes of the property.

Returns

A value that indicates the attributes of a property and the access to provide.

Applies to