Brief textual description of how the two files compare.

Namespace: EnterpriseDT.Net.Ftp.Forms
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public string Match { get; set; }
Visual Basic
Public Property Match As String
	Get
	Set
Visual C++
public:
property String^ Match {
	String^ get ();
	void set (String^ value);
}

Remarks

Note Match is set to its default values before the event is triggered so it is not set in the handler then the default value will be used.

See Also