ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / MaximumFileSize Property

In This Topic
    MaximumFileSize Property
    In This Topic
    Gets or sets the maximum upload size to allow in KB.
    Syntax
    'Declaration
     
    Public Property MaximumFileSize As System.Integer
    public System.int MaximumFileSize {get; set;}
    See Also