CustomXMLNode.BaseName Property
Gets the base name of the node without the namespace prefix, if one exists, in the Document Object Model (DOM). Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property BaseName As String
Get
'Usage
Dim instance As CustomXMLNode
Dim value As String
value = instance.BaseName
string BaseName { get; }
Property Value
Type: System.String
String
Remarks
This is the default member of CustomXMLNode object.