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

Syntax

C#
public SessionHeader SessionHeaderValue { get; set; }
Visual Basic
Public Property SessionHeaderValue As SessionHeader
	Get
	Set
Visual C++
public:
property SessionHeader^ SessionHeaderValue {
	SessionHeader^ get ();
	void set (SessionHeader^ value);
}

See Also