ArcGIS Pro 2.8 API Reference Guide
Item(String) Property

ArcGIS.Core.Data.Realtime Namespace > RealtimeRow Class > Item Property : Item(String) Property
The attribute name or alias name of the field.
Gets and sets the value of a field given its attribute name or alias name. This indexer can be called on any thread.
Syntax
public object Item( 
   string fieldName
) {get;}
Public Overloads ReadOnly Property Item( _
   ByVal fieldName As String _
) As Object

Parameters

fieldName
The attribute name or alias name of the field.

Property Value

The value of the field.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred. For example, fieldName is invalid or does not exist.
The index of fieldName corresponds to a shape field index and the type of shape (i.e., geometry) is not supported.
Remarks
fieldName can be either an attribute name or alias name. If fieldName does not exist as an attribute name, it will be treated as an alias name. If the alias name still does not exist, an exception will be thrown.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RealtimeRow Class
RealtimeRow Members
Overload List