Gets or sets the delimiter used to split an environment variable value into multiple occurrences of this option.
public char? EnvironmentVariableDelimiter { get; init; }
When null, the environment variable value is treated as a single occurrence.