The version of the assembly.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Field Value

An int array of {major,middle,minor} version numbers.

See Also