PropertyFilter.IsEmpty Property

Definition

Read-only property that indicates whether this PropertyFilter does not have any filtering predicates.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

true if predicates are absent; otherwise, false.

Applies to