Gets and sets the property OptionsToRemove.
A list of custom user-defined configuration options to remove from the configuration set for this new environment.

C# |
public List<OptionSpecification> OptionsToRemove { get; set; }
A list of custom user-defined configuration options to remove from the configuration set for this new environment.
C# |
public List<OptionSpecification> OptionsToRemove { get; set; }