ModelBindingContext::PropertyFilter Property

Gets or sets the property filter.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property Predicate<String^>^ PropertyFilter {
	Predicate<String^>^ get ();
	void set (Predicate<String^>^ value);
}

Property Value

Type: System::Predicate<String>
The property filter.
Show: