Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

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

Remarks