XmlDocumentType.LocalName Propriedade
Definição
Obtém o nome local do nó.Gets the local name of the node.
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 da propriedade
Para nós DocumentType, essa propriedade retorna o nome do tipo de documento.For DocumentType nodes, this property returns the name of the document type.