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

Syntax

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

Remarks