Describes the settings for a specified configuration set.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeConfigurationOptionsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeConfigurationOptionsResult()()()() | Initializes a new instance of the DescribeConfigurationOptionsResult class | 
|  | 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.) | 
|  | Options | 
            Gets and sets the property Options. 
             A list of ConfigurationOptionDescription. | 
|  | SolutionStackName | 
            Gets and sets the property SolutionStackName. 
             The name of the solution stack these configuration options belong to. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithOptions(array<ConfigurationOptionDescription>[]()[][]) | Obsolete. 
            Sets the Options property
             | 
|  | WithOptions(IEnumerable<(Of <<'(ConfigurationOptionDescription>)>>)) | Obsolete. 
            Sets the Options property
             | 
|  | WithSolutionStackName(String) | Obsolete. 
            Sets the SolutionStackName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeConfigurationOptionsResult |