Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / PredicateExpression Class / Not Property

In This Topic
    Not Property (PredicateExpression)
    In This Topic
    Gets or sets a value indicating the negation of the expression.
    Syntax
    'Declaration
     
    
    Public Property Not As Boolean
    public bool Not {get; set;}
    See Also