ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / BreakEvenTagHelper Class / VariableCost Property

In This Topic
    VariableCost Property (BreakEvenTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BreakEven<T>.VariableCost. Sets a value of variable cost.
    Syntax
    'Declaration
     
    Public Property VariableCost As Integer
    public int VariableCost {get; set;}
    See Also