FeatureItem Property

PreStorm - A Data Client for ArcGIS Server REST API
Gets or sets a field value based on the field name. This allows for manipulating fields that are not mapped to a property. If the field is mapped to a property, the property value is accessed via Reflection.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public Object this[
	string fieldName
] { get; set; }

Parameters

fieldName
Type: SystemString

Return Value

Type: Object
See Also

Reference