Click or drag to resize

FieldsField Method

Overload List
  NameDescription
Public methodField(String)
Retrieves the specified IField object from the collection. Note that, unlike the Fields[Key] indexer, if the field is not found then no entry is logged to the devlog. For finer control over behaviour when the field is not found, use the Find(String, FieldFindType, FindBehaviour) method specifying the desired FindBehaviour.
Public methodField(String, FindBehaviour)
Retrieves the specified IField object from the collection. Note that, unlike the Fields[Key] indexer, if the field is not found no entry is logged to the devlog. For finer control over behaviour when the field is not found, use the Find(String, FieldFindType, FindBehaviour) method specifying the desired FindBehaviour.
Top
See Also