Gets a value indicating whether [limit upload speed for test].

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static bool LimitSpeedForTest { get; }
Visual Basic
Public Shared ReadOnly Property LimitSpeedForTest As Boolean
	Get
Visual C++
public:
static property bool LimitSpeedForTest {
	bool get ();
}

Field Value

true if [limit speed for test]; otherwise, false.

See Also