XmlDeclaration.Name Propiedad

Definición

Obtiene el nombre completo del nodo.

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

Valor de propiedad

En el caso de nodos XmlDeclaration, el nombre es xml.

Se aplica a