Gets or sets the max filesize which users are able to upload in bytes.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int MaxFlashSize { get; set; }
Visual Basic
Public Property MaxFlashSize As Integer
	Get
	Set
Visual C++
public:
property int MaxFlashSize {
	int get ();
	void set (int value);
}
F#
member MaxFlashSize : int with get, set

Property Value

Type: Int32

See Also