Type of local data source/destination.

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

Syntax

C#
public FTPFileTransferEventArgs..::..DataType LocalDataType { get; }
Visual Basic
Public ReadOnly Property LocalDataType As FTPFileTransferEventArgs..::..DataType
	Get
Visual C++
public:
property FTPFileTransferEventArgs..::..DataType LocalDataType {
	FTPFileTransferEventArgs..::..DataType get ();
}

See Also