ArcObjects Library Reference (System)  

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(
  BSTR* 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