JsonSourceGenerationOptionsAttribute.WriteIndented Property

Definition

Gets or sets a value that indicates whether JSON output is pretty-printed.

public:
 property bool WriteIndented { bool get(); void set(bool value); };
public bool WriteIndented { get; set; }
member this.WriteIndented : bool with get, set
Public Property WriteIndented As Boolean

Property Value

Applies to