FieldList.
setprop
For each field, set a CF property.
See also
delprop, getprop, hasprop
delprop
getprop
hasprop
>>> f.setprop('standard_name', 'time') >>> f.setprop('foo', 12.5)
str
The name of the CF property.
The value for the property.
None