DataSource.NET
Item Property (fieldName)
NamespacesCaplin.DataSource.Messaging.NewsINewsMessageItem[([(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 News headline message, this index operator adds it, otherwise using the index operator will update the value of the field.

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