XdmSerializationSettings.DoctypeSystem PropertyXdmSerializationSettings.DoctypeSystem PropertyXdmSerializationSettings::DoctypeSystem Property

Gets or sets the SYSTEM document type.

Syntax

Public Property DoctypeSystem As String
        Get
        Set(ByVal value As String)
public string DoctypeSystem { get; set; }
public:
property String^ DoctypeSystem {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The SYSTEM document type.

Remarks

This property corresponds to the doctype-system serialization parameter. If the doctype-system parameter is specified, then a document type declaration is output immediately before the first element. The doctype-system parameter specifies the SYSTEM document type. The doctype-system parameter is ignored when the method property is set to text.