XdmSerializationSettings.DoctypePublic PropertyXdmSerializationSettings.DoctypePublic PropertyXdmSerializationSettings::DoctypePublic Property

Gets or sets the PUBLIC document type.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The PUBLIC document type.

Remarks

This property corresponds to the doctype-public serialization parameter. If the doctype-system parameter is specified, then this specifies the public document type to be serialized in the document type declaration. The doctype-public parameter is ignored unless the doctype-system parameter is specified. The doctype-public parameter is ignored when the method property is set to text.