ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <JsonAttribute(1)>
    Public Overridable Property AddOn As System.String
    'Usage
     
    
    Dim instance As UpcBase
    Dim value As System.String
     
    instance.AddOn = value
     
    value = instance.AddOn
    [Json(1)]
    public virtual System.string AddOn {get; set;}
    public read-write property AddOn: System.String; virtual; 
    JsonAttribute(1)
    public function get,set AddOn : System.String
    [Json(1)]
    public: __property virtual System.string* get_AddOn();
    public: __property virtual void set_AddOn( 
       System.string* value
    );
    [Json(1)]
    public:
    virtual property System.String^ AddOn {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    The possible length of this property should be 2 or 5.
    See Also