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


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

IJobDefinition.StringRequest Property

Request message in SOAP format.

[Visual Basic .NET]
Public Property StringRequest As String
[C#]
public string StringRequest {get; set;}
[C++]
HRESULT get_StringRequest(
  System.String* pVal
);
[C++]
HRESULT put_StringRequest(
  BSTR pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type BSTR* pVal [in]
pVal is a parameter of type BSTR

Product Availability

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

See Also

IJobDefinition Interface