Gets the entire value of the DTD internal subset on the DOCTYPE declaration.
[Visual Basic] Public ReadOnly Property InternalSubset As String [C#] public string InternalSubset {get;} [C++] public: __property String* get_InternalSubset(); [JScript] public function get InternalSubset() : String;
The DTD internal subset on the DOCTYPE. If there is DTD internal subset, String.Empty is returned.
XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace