Udostępnij przez


ChoiceFactoryOptions.InlineOrMore Property

Definition

Gets or sets the separator inserted between the last 2 choices when their are more than 2 choices. The default value is ", or ". This is optional.

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

Property Value

The separator inserted between the last 2 choices when their are more than 2 choices.

Attributes

Applies to