ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarBase Class / HideAiText Property






In This Topic
    HideAiText Property (Gs1DataBarBase)
    In This Topic
    Indicates whether to show the Application Identifier in the label text.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Overridable Property HideAiText As System.Boolean
    'Usage
     
    
    Dim instance As Gs1DataBarBase
    Dim value As System.Boolean
     
    instance.HideAiText = value
     
    value = instance.HideAiText
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public virtual System.bool HideAiText {get; set;}
    public read-write property HideAiText: System.Boolean; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute()
    public function get,set HideAiText : System.boolean
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public: __property virtual System.bool get_HideAiText();
    public: __property virtual void set_HideAiText( 
       System.bool value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public:
    virtual property System.bool HideAiText {
       System.bool get();
       void set (    System.bool value);
    }
    See Also