Reference to byte-array if LocalDataType is ByteArray.

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

Syntax

C#
public byte[] Bytes { get; }
Visual Basic
Public ReadOnly Property Bytes As Byte()
	Get
Visual C++
public:
property array<unsigned char>^ Bytes {
	array<unsigned char>^ get ();
}

See Also