The query result format.
[Visual Basic .NET] Public Property Format As esriQueryResultFormat
[C#] public esriQueryResultFormat Format {get; set;}
[C++]
HRESULT get_Format(
esriQueryResultFormat* Format
);
[C++]
HRESULT put_Format(
esriQueryResultFormat Format
);
[C++]Parameters
Format [out, retval]Format is a parameter of type esriQueryResultFormat
Format [in]Format is a parameter of type esriQueryResultFormat
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The query result can be formatted into a RecordSet or KMZ format (either as a URL to the kmz file or a Mime object).