ODataMessageWriterSettings.Indent Property
Gets or sets a value to indicate whether the writer uses indentation.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Indent As Boolean
Get
Set
'Usage
Dim instance As ODataMessageWriterSettings
Dim value As Boolean
value = instance.Indent
instance.Indent = value
public bool Indent { get; set; }
public:
property bool Indent {
bool get ();
void set (bool value);
}
member Indent : bool with get, set
function get Indent () : boolean
function set Indent (value : boolean)
Property Value
Type: System.Boolean
true if the writer uses indentation; otherwise, false.