I would like to know if there is a way to get value of a particular attribute from a featureSet?
For Ex, when I do a queryTask the OnResult() method gets a FeatureSet.
I can get values of all attributes -> featureSet.attributes
I can get the geometry -> featureSet.features[0].geometry
But how do I access a particular attribute value from the featureSet?