XmlDocumentType.Name Property

Definition

A list of the general entities, both external and internal, that are present in this document.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = xmlDocumentType.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

The name of the document type.

Applies to