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

Syntax

C#
public bool feedEnabled { get; set; }
Visual Basic
Public Property feedEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool feedEnabled {
	bool get ();
	void set (bool value);
}

Remarks