DataSource.NET
Item Property (fieldName)
NamespacesCaplin.DataSource.Messaging.PermissionIPermissionMessageItem[([(String])])
Gets or sets a specified field within this permission message.
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 permission message, this index operator adds it, 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)