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

In This Topic
    Value Property (FilterCondition)
    In This Topic
    Gets or sets the value used by this Condition.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also