Code:
                         / Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / ConfigurationLocation.cs / 1 / ConfigurationLocation.cs
                        
                        
                            //------------------------------------------------------------------------------ 
// 
//     Copyright (c) Microsoft Corporation.  All rights reserved.
//  
//----------------------------------------------------------------------------- 
namespace System.Configuration { 
    using System.Collections; 
    using System.Collections.Specialized;
    using System.Configuration; 
    using System.Text;
    public class ConfigurationLocation {
        Configuration   _config; 
        string          _locationSubPath;
 
        internal ConfigurationLocation(Configuration config, string locationSubPath) { 
            _config = config;
            _locationSubPath = locationSubPath; 
        }
        public string Path {
            get {return _locationSubPath;} 
        }
 
        public Configuration OpenConfiguration() { 
            return _config.OpenLocationConfiguration(_locationSubPath);
        } 
    }
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------ 
// 
//     Copyright (c) Microsoft Corporation.  All rights reserved.
//  
//----------------------------------------------------------------------------- 
namespace System.Configuration { 
    using System.Collections; 
    using System.Collections.Specialized;
    using System.Configuration; 
    using System.Text;
    public class ConfigurationLocation {
        Configuration   _config; 
        string          _locationSubPath;
 
        internal ConfigurationLocation(Configuration config, string locationSubPath) { 
            _config = config;
            _locationSubPath = locationSubPath; 
        }
        public string Path {
            get {return _locationSubPath;} 
        }
 
        public Configuration OpenConfiguration() { 
            return _config.OpenLocationConfiguration(_locationSubPath);
        } 
    }
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
                        
                        
                        
                        
                    Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MessageDesigner.cs
- CheckBoxBaseAdapter.cs
- IncrementalReadDecoders.cs
- ListenerAdapterBase.cs
- PathFigureCollectionConverter.cs
- ControlOperationBehavior.cs
- OlePropertyStructs.cs
- DataGridRowHeaderAutomationPeer.cs
- SerializerProvider.cs
- XmlILIndex.cs
- LineServicesRun.cs
- ProvideValueServiceProvider.cs
- ProviderConnectionPointCollection.cs
- StorageEntityContainerMapping.cs
- PeerMaintainer.cs
- TabControl.cs
- RepeatBehaviorConverter.cs
- QilParameter.cs
- SiteMapDataSourceView.cs
- IntSecurity.cs
- TextBoxView.cs
- Operand.cs
- DataBoundControl.cs
- UrlMapping.cs
- ProcessProtocolHandler.cs
- PointLight.cs
- RemotingServices.cs
- ClientSettingsSection.cs
- WpfKnownTypeInvoker.cs
- DropDownList.cs
- HttpWriter.cs
- InheritanceContextChangedEventManager.cs
- PasswordBox.cs
- QueueSurrogate.cs
- ChangePasswordDesigner.cs
- SharedUtils.cs
- RequiredAttributeAttribute.cs
- RichTextBox.cs
- ProviderConnectionPointCollection.cs
- SelectionHighlightInfo.cs
- CompositeCollection.cs
- RegionData.cs
- Composition.cs
- TypeBuilder.cs
- PenLineCapValidation.cs
- PerformanceCountersElement.cs
- SelectionItemPattern.cs
- CapabilitiesState.cs
- TraceHelpers.cs
- Odbc32.cs
- BooleanKeyFrameCollection.cs
- EntityPropertyMappingAttribute.cs
- CustomError.cs
- RadialGradientBrush.cs
- QuaternionAnimationUsingKeyFrames.cs
- CompiledQuery.cs
- SqlStatistics.cs
- SortDescription.cs
- RegexEditorDialog.cs
- MetadataUtil.cs
- LOSFormatter.cs
- Help.cs
- ControlValuePropertyAttribute.cs
- ConsoleKeyInfo.cs
- WebContext.cs
- EdmValidator.cs
- ISAPIRuntime.cs
- PictureBoxDesigner.cs
- AuthorizationSection.cs
- OracleBFile.cs
- DataServiceStreamProviderWrapper.cs
- DataGridViewSelectedCellCollection.cs
- SecurityPolicySection.cs
- BaseUriHelper.cs
- WaitHandleCannotBeOpenedException.cs
- DataGridViewDataErrorEventArgs.cs
- DataSourceIDConverter.cs
- FileSecurity.cs
- DataObjectFieldAttribute.cs
- FontWeights.cs
- RangeValidator.cs
- HttpStreams.cs
- WebPartConnectVerb.cs
- MenuAutomationPeer.cs
- UnauthorizedAccessException.cs
- CompensatableTransactionScopeActivity.cs
- Latin1Encoding.cs
- DeliveryStrategy.cs
- Font.cs
- MessageAction.cs
- PropertyGridEditorPart.cs
- JsonReaderWriterFactory.cs
- ConfigurationErrorsException.cs
- IDictionary.cs
- Selector.cs
- OleAutBinder.cs
- DbConnectionStringCommon.cs
- TextEmbeddedObject.cs
- SafeProcessHandle.cs
- BaseValidator.cs