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

Syntax

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

Remarks