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


IXMLReader.NamespacePrefix 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.NamespacePrefix Property
ArcGIS Developer Help

IXMLReader.NamespacePrefix Property

Namespace prefix of current element.

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

Prefix is a parameter of type BSTR*

Product Availability

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

See Also

IXMLReader Interface