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

In This Topic
    AddOn Property (UpcBase)
    In This Topic
    Gets or sets the addOn value of the control.
    Syntax
    'Declaration
     
    Public Overridable Property AddOn As String
    public virtual string AddOn {get; set;}
    Remarks
    The possible length of this property should be 2 or 5.
    See Also