edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
ID of task.

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

Syntax

C#
public int TaskID { get; }
Visual Basic
Public ReadOnly Property TaskID As Integer
	Get
Visual C++
public:
property int TaskID {
	int get ();
}

Remarks

Each FTPTask object returned by an asynchronous method will have a unique identifier.

See Also