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


IJobDefinition.IsRESTFormat 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.IsRESTFormat Property
ArcGIS Developer Help

IJobDefinition.IsRESTFormat Property

REST Format of request.

[Visual Basic .NET]
Public ReadOnly Property IsRESTFormat As Boolean
[C#]
public bool IsRESTFormat {get;}
[C++]
HRESULT get_IsRESTFormat(
  Boolean* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool*

Product Availability

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

See Also

IJobDefinition Interface