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


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

IXMLReader.LocalName Property

Local name of current element.

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

LocalName is a parameter of type BSTR*

Product Availability

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

See Also

IXMLReader Interface