ExportFieldsToJsonOptions.WriteIndented

ExportFieldsToJsonOptions.WriteIndented property

Gets or sets a value indicating whether the Json output should be indented.

public bool WriteIndented { get; set; }

Property Value

true if the Json output should be indented; otherwise, false.

See Also