Udostępnij przez


ChoiceFactoryOptions.InlineOr Property

Definition

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

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

Property Value

The separator inserted between the choices when their are only 2 choices.

Attributes

Applies to