Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the property filter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property PropertyFilter As Predicate(Of String)
Get
Set
public Predicate<string> PropertyFilter { get; set; }
public:
property Predicate<String^>^ PropertyFilter {
Predicate<String^>^ get ();
void set (Predicate<String^>^ value);
}
Property Value
Type: System.Predicate<String>
The property filter.