ChoiceFactoryOptions.InlineSeparator 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 character used to separate individual choices when there are more than 2 choices.
The default value is ", "
. This is optional.
public string InlineSeparator { get; set; }
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.