Click or drag to resize

FieldsItem Property

Overload List
  NameDescription
Public propertyItemInt32
Integer indexer for this collection.
Public propertyItemString
String indexer for this collection. Note that if the field is not found then an entry is logged in the devlog. If it is expected that the field may not exist in the mapper's Fields collection and no such devlog entry is desired use Find(String, FieldFindType, FindBehaviour) or Field(String) to obtain the field.
Top
See Also