ConfigManager Properties | MSBuild Extension Pack Help 4.0.12.0 |
The ConfigManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConfigurationFileType |
Which .NET framework configuration file to update. Supports WebConfig and MachineConfig. Default is MachineConfig
|
![]() |
Path |
Sets the Path to work on. Leave blank to target the .net framework web.config
|
![]() |
ProtectionProvider |
The encryption provider. Supports RSAProtectedConfigurationProvider and DataProtectionConfigurationProvider. Default is RSAProtectedConfigurationProvider
|
![]() |
SaveMode |
How should changes to the config file be saved? See
http://msdn.microsoft.com/en-us/library/system.configuration.configurationsavemode.aspx for the list of values. Default is Minimal
|
![]() |
Section |
The config section to protect or unprotect
|
![]() |
SettingName |
The setting name to update.
|
![]() |
SettingValue |
The setting's value.
|
![]() |
Site |
Sets the Site to work on. Leave blank to target the .net framework web.config
|
See Also