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

In This Topic
    FileIdentifier Property
    In This Topic
    Gets or sets the file identification of this control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(0)>
    Public Overridable Property FileIdentifier As Integer
    [Json(1)]
    [DefaultValue(0)]
    public virtual int FileIdentifier {get; set;}
    Remarks
    The possible property values are 1 - 254
    See Also