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

Syntax

C#
public int columns { get; set; }
Visual Basic
Public Property columns As Integer
	Get
	Set
Visual C++
public:
property int columns {
	int get ();
	void set (int value);
}

Remarks