Gets the name of the file.
Namespace:
UltimateUploaderAssembly: UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)
Syntax
C# |
---|
public string FileName { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property FileName As String |
Visual C++ |
---|
public: property String^ FileName { String^ get (); } |