ArcObjects Library Reference (System)  

IJobResults.ResultsFormat Property

Format of job results.

[Visual Basic .NET]
Public ReadOnly Property ResultsFormat As esriAGSInternetMessageFormat
[C#]
public esriAGSInternetMessageFormat ResultsFormat {get;}
[C++]
HRESULT get_ResultsFormat(
  esriAGSInternetMessageFormat* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriAGSInternetMessageFormat

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJobResults Interface