ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FilterCondition Class / Operator Property

In This Topic
    Operator Property
    In This Topic
    Gets or sets the operator used by this Condition.
    Syntax
    'Declaration
     
    Public Property Operator As Nullable(Of Operator)
    public Nullable<Operator> Operator {get; set;}
    See Also