CustomXMLNode.BaseName Property (Office)
Gets the base name of the node without the namespace prefix, if one exists, in the Document Object Model (DOM). Read-only.
Syntax
expression .BaseName
expression An expression that returns a CustomXMLNode object.
Return Value
String
Remarks
This is the default member of CustomXMLNode object.