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


IXMLReader2.XML Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader2 Interface > IXMLReader2.XML Property
ArcGIS Developer Help

IXMLReader2.XML Property

XML representation of the current element.

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

Value is a parameter of type BSTR*

Product Availability

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

See Also

IXMLReader2 Interface