SerializeOptions.SplitMultilineStrings Property

Definition

Split multiline strings into an array of strings.

public bool SplitMultilineStrings { get; set; }
member this.SplitMultilineStrings : bool with get, set
Public Property SplitMultilineStrings As Boolean

Property Value

Remarks

This property affects only certain string properties such as "Expression" or "Query" which are known to contain multiline text. Most other string properties, such as "Name", are not affected.

Applies to