Propriété ODataMessageWriterSettings.Indent
Obtient ou définit une valeur indiquant si l'enregistreur utilise la mise en retrait.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property Indent As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true si l'enregistreur utilise la mise en retrait ; sinon, false.