PowerWEB File Upload for ASP.NET
FileName Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > UploadProgressEventArgs Class : FileName Property



The name of the currently transferring file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FileName As String
Visual Basic (Usage)Copy Code
Dim instance As UploadProgressEventArgs
Dim value As String
 
value = instance.FileName
C# 
public string FileName {get;}
C++/CLI 
public:
property String^ FileName {
   String^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.