Configuring Applications Using Dynamic Properties
Note
The user interface for dynamic properties has been removed from Visual Studio. However, dynamic properties are still supported. If you import a project from an earlier version of Visual Studio, the dynamic properties settings will be preserved in code and will work at run time. We recommend that you instead use the Project Designer to specify application settings. For more information, see Managing Application Settings.
With dynamic properties you can store some of an application's property values to an external file and load them when the application runs. This allows you to make changes to property values without recompiling the application, after your project has been deployed.
In This Section
- Introduction to Dynamic Properties (Visual Studio)
Provides an overview of storing and retrieving property values.
Related Sections
Connecting to Data in Windows Forms Applications
Presents information on using dynamic properties with data features.Deploying Applications and Components
Presents information about creating setup executables, packaging files, and publishing Web sites.