Share via


XmlMediaTypeFormatter.WriterSettings Property

 

Gets the settings to be used while writing.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public XmlWriterSettings WriterSettings {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property XmlWriterSettings^ WriterSettings {
    [CompilerGeneratedAttribute]
    XmlWriterSettings^ get();
    [CompilerGeneratedAttribute]
    private: void set(XmlWriterSettings^ value);
}
member WriterSettings : XmlWriterSettings with get, private set
Public Property WriterSettings As XmlWriterSettings
    Get
    Private Set
End Property

Property Value

Type: System.Xml.XmlWriterSettings

The settings to be used while writing.

See Also

XmlMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top