Base64 encoded JPG.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also