NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocumentType.InternalSubset

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;

Property Value

The DTD internal subset on the DOCTYPE. If there is DTD internal subset, String.Empty is returned.

See Also

XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace