Condividi tramite


Proprietà ODataMessageWriterSettings.Indent

Ottiene o imposta un valore per indicare se il writer utilizza il rientro.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property Indent As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
true se il writer utilizza il rientro; in caso contrario, false.

Vedere anche

Riferimento

ODataMessageWriterSettings Classe

Spazio dei nomi Microsoft.Data.OData