LumiSoft Mail Server User API
Item Property (columnName)
Namespaces > LumiSoft.Data.lsDB > LDB_Record > Item(String)
Gets or sets specified data column value.
Syntax
C#Visual BasicManaged C++
public Object Item [
	string columnName
] { get; set; }
Public Property Item ( _
	columnName As String _
) As Object
public:
Object^ Item {
	Object^ get (String^ columnName);
	void set (, Object^ value);
}
Parameters
columnName (String)

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)