SerializeOptions.SplitMultilineStrings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.