Gets or sets the indicator value which will be used by methods that invokes GetFileSize.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public bool ErrorOnSizeCommand { get; set; }
Visual Basic
Public Property ErrorOnSizeCommand As Boolean
	Get
	Set
Visual C++
public:
property bool ErrorOnSizeCommand {
	bool get ();
	void set (bool value);
}

See Also