CustomXMLNode.BaseName Property

Definition

Gets the base name of the node without the namespace prefix, if one exists, in the Document Object Model (DOM). Read-only.

public:
 property System::String ^ BaseName { System::String ^ get(); };
public string BaseName { get; }
member this.BaseName : string
Public ReadOnly Property BaseName As String

Property Value

String

Remarks

This is the default member of CustomXMLNode object.

Applies to