Gets the instance of the Configuration class that holds the settings to be used.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected Configuration Configuration { get; set; }
Protected Property Configuration As Configuration
protected: property Configuration^ Configuration { Configuration^ get (); void set (Configuration^ value); }