XmlDocumentType.LocalName Propiedad

Definición

Obtiene el nombre local del nodo.

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

Valor de propiedad

Para nodos DocumentType, esta propiedad devuelve el nombre del tipo de documento.

Se aplica a