ArcObjects Library Reference (System)  

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