This document is archived and information here might be outdated.  Recommended version.


IJobDefinition.RequestFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobDefinition Interface > IJobDefinition.RequestFormat Property
ArcGIS Developer Help

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