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


IXMLReader2.XML Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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