ChoiceFactoryOptions.InlineSeparator Property

Definition

Gets or sets the character used to separate individual choices when there are more than 2 choices. The default value is ", ". This is optional.

[System.Text.Json.Serialization.JsonPropertyName("inlineSeparator")]
public string InlineSeparator { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("inlineSeparator")>]
member this.InlineSeparator : string with get, set
Public Property InlineSeparator As String

Property Value

The character used to separate individual choices when there are more than 2 choices.

Attributes

Applies to