ChoiceFactoryOptions.InlineOrMore 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.
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.
public string InlineOrMore { get; set; }
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.