DataSource.NET
SetField Method (fieldName, value)
NamespacesCaplin.DataSource.Messaging.RecordIRecordMessageSetField(String, String)
Sets the value of a specified field.
Declaration Syntax
C#Visual BasicVisual C++
void SetField(
	string fieldName,
	string value
)
Sub SetField ( _
	fieldName As String, _
	value As String _
)
void SetField(
	String^ fieldName, 
	String^ value
)
Parameters
fieldName (String)
Name of the field.
value (String)
Value of the field.
Remarks

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

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