Share via


ODataMessageWriterSettingsBase.Indent Property

 

Gets or sets whether the writer should use indentation.

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

Syntax

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

Property Value

Type: System.Boolean

true if the writer should use indentation; otherwise, false.

See Also

ODataMessageWriterSettingsBase Class
Microsoft.OData.Core Namespace

Return to top