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

Syntax

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

Remarks