C-DEngine 5.105

TheISBConnect..::..LCI Property

Language ID (LCID) for the connection

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int LCI { get; set; }
Public Property LCI As Integer
	Get
	Set
public:
property int^ LCI {
	int^ get ();
	void set (int^ value);
}