XMLNode.BaseName Property
Returns a String that represents the name of the element without any prefix.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property BaseName As String
Get
'Usage
Dim instance As XMLNode
Dim value As String
value = instance
string this { get; }
Property Value
Type: System.String