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

In This Topic
    Message Property (ValidateFileEventArgs)
    In This Topic
    Gets or sets the message if C1FileInfo failed validation.
    Syntax
    'Declaration
     
    Public Property Message As System.String
    public System.string Message {get; set;}
    See Also