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

Syntax

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

Remarks