option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class OptionGroupOptionSetting
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | OptionGroupOptionSetting()()()() | Initializes a new instance of the OptionGroupOptionSetting class | 
|  | AllowedValues | 
            Indicates the acceptable values for the option group option.
             
             | 
|  | ApplyType | 
            The DB engine specific parameter type for the option group option.
             
             | 
|  | DefaultValue | 
            The default value for the option group option.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsModifiable | 
            Boolean value where true indicates that this option group option can be changed from the default value.
             
             | 
|  | SettingDescription | 
            The description of the option group option.
             
             | 
|  | SettingName | 
            The name of the option group option.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAllowedValues(String) | Obsolete. 
            Sets the AllowedValues property
             | 
|  | WithApplyType(String) | Obsolete. 
            Sets the ApplyType property
             | 
|  | WithDefaultValue(String) | Obsolete. 
            Sets the DefaultValue property
             | 
|  | WithIsModifiable(Boolean) | Obsolete. 
            Sets the IsModifiable property
             | 
|  | WithSettingDescription(String) | Obsolete. 
            Sets the SettingDescription property
             | 
|  | WithSettingName(String) | Obsolete. 
            Sets the SettingName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | OptionGroupOptionSetting |