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


IIMSGlobeXMLParser.ResponseBody Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLParser Interface > IIMSGlobeXMLParser.ResponseBody Property
ArcGIS Developer Help

IIMSGlobeXMLParser.ResponseBody Property

A string that represents the response body.

[Visual Basic .NET]
Public ReadOnly Property ResponseBody As String
[C#]
public string ResponseBody {get;}
[C++]
HRESULT get_ResponseBody(
  System.String* ResponseBody
);
[C++]
Parameters
ResponseBody [out, retval]

ResponseBody is a parameter of type BSTR*

Product Availability

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

See Also

IIMSGlobeXMLParser Interface