ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MicroPdf417 Class / FileId Property

In This Topic
    FileId Property
    In This Topic
    Gets or sets the structure file ID.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(0)>
    Public Overridable Property FileId As Integer
    [Json(1)]
    [DefaultValue(0)]
    public virtual int FileId {get; set;}
    See Also