Share via


ODataMessageWriterSettingsBase.CheckCharacters Property

 

Gets or sets whether the writer should check for valid Xml characters.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public virtual bool CheckCharacters { get; set; }
public:
property bool CheckCharacters {
    virtual bool get();
    virtual void set(bool value);
}
abstract CheckCharacters : bool with get, set
override CheckCharacters : bool with get, set
Public Overridable Property CheckCharacters As Boolean

Property Value

Type: System.Boolean

true if the writer should check for valid Xml characters; otherwise, false.

See Also

ODataMessageWriterSettingsBase Class
Microsoft.OData.Core Namespace

Return to top