DataSource.NET
Item Property (fieldName)
NamespacesCaplin.DataSource.Messaging.RecordIRecordMessageItem[([(String])])
Gets or sets a specified field.
Declaration Syntax
C#Visual BasicVisual C++
string this[
	string fieldName
] { get; set; }
Default Property Item ( _
	fieldName As String _
) As String
property String^ default[String^ fieldName] {
	String^ get (String^ fieldName);
	void set (String^ fieldName, String^ value);
}
Parameters
fieldName (String)
Value
Field value
Remarks

If the field does not exist in the Record, this index operator adds it to the Record, otherwise using the index operator will update the value of the field.

Exceptions
ExceptionCondition
UnknownFieldExceptionRaised when the fieldName is not defined in the DataSource.NET configuration.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)