ODataMessageWriterSettingsBase.Indent Property

Gets or sets whether the writer should use indentation or not.

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

Syntax

'Declaration
Public Overridable Property Indent As Boolean 
    Get 
    Set
'Usage
Dim instance As ODataMessageWriterSettingsBase 
Dim value As Boolean 

value = instance.Indent

instance.Indent = value
public virtual bool Indent { get; set; }
public:
virtual property bool Indent {
    bool get ();
    void set (bool value);
}
abstract Indent : bool with get, set 
override Indent : bool with get, set
function get Indent () : boolean 
function set Indent (value : boolean)

Property Value

Type: System.Boolean
true if the writer should use indentation; otherwise, false.

See Also

Reference

ODataMessageWriterSettingsBase Class

Microsoft.Data.OData Namespace