SmoObjectPropertyFilter.FilterProperty(PropertyInfo) Method

Definition

Retrieves a value that indicates the property to be filtered.

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

Parameters

pinfo
PropertyInfo

A specified value if FilterProperty is used.

Returns

true if the value of the property is filtered; otherwise, false.

Implements

Applies to