ArcObjects Library Reference (System)  

IJobDefinition.RequestFormat Property

Format of request.

[Visual Basic .NET]
Public ReadOnly Property RequestFormat As esriAGSInternetMessageFormat
[C#]
public esriAGSInternetMessageFormat RequestFormat {get;}
[C++]
HRESULT get_RequestFormat(
  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

IJobDefinition Interface