Click or drag to resize

Fields.Item Property

Overload List
  NameDescription
Public propertyItem[Int32]
Integer indexer for this collection.
Public propertyItem[String]
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