ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataMatrixEcc200 Class / FileIdentifier Property






In This Topic
    FileIdentifier Property (DataMatrixEcc200)
    In This Topic
    Gets or sets the file identification of this control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Overridable Property FileIdentifier As System.Integer
    'Usage
     
    
    Dim instance As DataMatrixEcc200
    Dim value As System.Integer
     
    instance.FileIdentifier = value
     
    value = instance.FileIdentifier
    [Json(1)]
    [System.ComponentModel.DefaultValue(0)]
    public virtual System.int FileIdentifier {get; set;}
    public read-write property FileIdentifier: System.Integer; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute(0)
    public function get,set FileIdentifier : System.int
    [Json(1)]
    [System.ComponentModel.DefaultValue(0)]
    public: __property virtual System.int get_FileIdentifier();
    public: __property virtual void set_FileIdentifier( 
       System.int value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(0)]
    public:
    virtual property System.int FileIdentifier {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    The possible property values are 1 - 254
    See Also