ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarOmnidirectional Class / Value Property

In This Topic
    Value Property (Gs1DataBarOmnidirectional)
    In This Topic
    Gets or sets the current code value rendered by the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Value As String
    [Json(1)]
    public virtual string Value {get; set;}
    See Also