Configuration Properties
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | AppSettings | Gets the AppSettingsSection object configuration section that applies to this Configuration object. |
![]() | AssemblyStringTransformer | Specifies a function delegate that is used to transform assembly strings in configuration files. |
![]() | ConnectionStrings | Gets a ConnectionStringsSection configuration-section object that applies to this Configuration object. |
![]() | EvaluationContext | Gets the ContextInformation object for the Configuration object. |
![]() | FilePath | Gets the physical path to the configuration file represented by this Configuration object. |
![]() | HasFile | Gets a value that indicates whether a file exists for the resource represented by this Configuration object. |
![]() | Locations | Gets the locations defined within this Configuration object. |
![]() | NamespaceDeclared | Gets or sets a value indicating whether the configuration file has an XML namespace. |
![]() | RootSectionGroup | Gets the root ConfigurationSectionGroup for this Configuration object. |
![]() | SectionGroups | Gets a collection of the section groups defined by this configuration. |
![]() | Sections | Gets a collection of the sections defined by this Configuration object. |
![]() | TargetFramework | Specifies the targeted version of the .NET Framework when a version earlier than the current one is targeted. |
![]() | TypeStringTransformer | Specifies a function delegate that is used to transform type strings in configuration files. |
