Gets the size of the file.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public string FileSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property FileSize As String
Visual C++
public:
property String^ FileSize {
	String^ get ();
}

Field Value

The size of the file.

See Also