FieldsField Method |
Name | Description | |
---|---|---|
Field(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.
| |
Field(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.
|