ModelBindingContext.PropertyFilter Property

Gets or sets the property filter.

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

'Declaration
Public Property PropertyFilter As Predicate(Of String)
	Get 
	Set
'Usage
Dim instance As ModelBindingContext 
Dim value As Predicate(Of String)

value = instance.PropertyFilter

instance.PropertyFilter = value

Property Value

Type: System.Predicate(Of String)
The property filter.
Show: