Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Sys / System / Configuration / ConfigurationSettings.cs / 1 / ConfigurationSettings.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; public sealed class ConfigurationSettings { private ConfigurationSettings() {} [Obsolete("This method is obsolete, it has been replaced by System.Configuration!System." + "Configuration.ConfigurationManager.AppSettings")] public static NameValueCollection AppSettings { get { return ConfigurationManager.AppSettings; } } [Obsolete("This method is obsolete, it has been replaced by System.Configuration!System." + "Configuration.ConfigurationManager.GetSection")] public static object GetConfig(string sectionName) { return ConfigurationManager.GetSection( sectionName ); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridHeaderBorder.cs
- OperationContractGenerationContext.cs
- MouseActionConverter.cs
- mediaclock.cs
- XmlArrayItemAttribute.cs
- XmlCharCheckingWriter.cs
- PngBitmapDecoder.cs
- CompareValidator.cs
- CommandValueSerializer.cs
- StylusPointDescription.cs
- Aggregates.cs
- RadioButtonList.cs
- BuiltInExpr.cs
- XPathNavigatorKeyComparer.cs
- ControlPropertyNameConverter.cs
- OperationGenerator.cs
- CodeConditionStatement.cs
- Cursor.cs
- OciEnlistContext.cs
- TextServicesCompartmentContext.cs
- SchemaUtility.cs
- Hex.cs
- PassportAuthentication.cs
- ReadOnlyTernaryTree.cs
- NamespaceList.cs
- CodeCatchClauseCollection.cs
- OutOfProcStateClientManager.cs
- SignatureDescription.cs
- PropertyRef.cs
- DtrList.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ServiceControllerDesigner.cs
- FileSystemWatcher.cs
- InvalidCardException.cs
- DetailsViewUpdatedEventArgs.cs
- NegotiationTokenAuthenticator.cs
- StateMachineHelpers.cs
- AdornerDecorator.cs
- ETagAttribute.cs
- RuleInfoComparer.cs
- FontStyle.cs
- InstanceNotFoundException.cs
- WCFBuildProvider.cs
- ResourcesGenerator.cs
- ColorContext.cs
- TouchPoint.cs
- CallSiteBinder.cs
- SafeRightsManagementPubHandle.cs
- COM2FontConverter.cs
- ChtmlTextWriter.cs
- SqlServer2KCompatibilityCheck.cs
- IBuiltInEvidence.cs
- Int32Rect.cs
- HttpModuleCollection.cs
- ConfigXmlAttribute.cs
- ToolStripDropDown.cs
- OperationAbortedException.cs
- FrameworkElementFactory.cs
- PropertyIDSet.cs
- AutoSizeToolBoxItem.cs
- HttpWriter.cs
- DrawingAttributesDefaultValueFactory.cs
- DataMemberAttribute.cs
- NativeMethods.cs
- CodeFieldReferenceExpression.cs
- VariantWrapper.cs
- UserPreferenceChangedEventArgs.cs
- AdapterUtil.cs
- CollectionChangedEventManager.cs
- DataGridViewRowEventArgs.cs
- MultiPropertyDescriptorGridEntry.cs
- PhysicalOps.cs
- DesignerActionMethodItem.cs
- TypedTableBaseExtensions.cs
- ApplicationContext.cs
- SpecialTypeDataContract.cs
- DelimitedListTraceListener.cs
- ISAPIApplicationHost.cs
- CommandTreeTypeHelper.cs
- DesignSurfaceServiceContainer.cs
- ViewStateModeByIdAttribute.cs
- AttachmentService.cs
- OneToOneMappingSerializer.cs
- UIntPtr.cs
- MaskInputRejectedEventArgs.cs
- CollectionExtensions.cs
- HandleExceptionArgs.cs
- ListViewItemSelectionChangedEvent.cs
- ImageListUtils.cs
- DynamicRenderer.cs
- StringPropertyBuilder.cs
- GeometryCombineModeValidation.cs
- OracleEncoding.cs
- MetadataItemEmitter.cs
- Cursor.cs
- WindowsListViewSubItem.cs
- AttributeData.cs
- ByteStorage.cs
- Converter.cs
- StringUtil.cs