The FeatureSet type exposes the following members.

Properties

  NameDescription
DisplayFieldName
The field name in the layer designated for default display. Typically a Name field.
Error
If not null, the error returned by the query. Your code should check for a non-null value before attempting to access the features.
Features
The returned features. The value is an array of GraphicFeature objects.
FieldAliases
A JSON-formatted object containing the field aliases of the fields in the returned data.
GeometryType
The geometry type (point, line or polygon) of the returned data.
SR
The spatial reference ID, indicating the coordinate system of the features.

See Also