Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- Restrictions.cs
- wgx_render.cs
- RecommendedAsConfigurableAttribute.cs
- Rotation3DAnimationUsingKeyFrames.cs
- CacheEntry.cs
- SafeNativeMethods.cs
- EndpointDiscoveryMetadataCD1.cs
- DynamicMethod.cs
- ParameterBuilder.cs
- SrgsSemanticInterpretationTag.cs
- EventLogReader.cs
- WinCategoryAttribute.cs
- RenderDataDrawingContext.cs
- ScrollEventArgs.cs
- LinqDataSourceStatusEventArgs.cs
- ScrollChangedEventArgs.cs
- BuildProviderCollection.cs
- RepeatButtonAutomationPeer.cs
- RadialGradientBrush.cs
- TextRunCache.cs
- DataPagerField.cs
- HyperLinkStyle.cs
- WebBrowserEvent.cs
- InternalRelationshipCollection.cs
- TextSpan.cs
- StorageBasedPackageProperties.cs
- DebugView.cs
- XamlTypeMapperSchemaContext.cs
- TemplateControlBuildProvider.cs
- ICspAsymmetricAlgorithm.cs
- HitTestResult.cs
- CheckBoxAutomationPeer.cs
- XmlAnyAttributeAttribute.cs
- EntityDataSourceSelectingEventArgs.cs
- DataServiceQueryProvider.cs
- LoginStatusDesigner.cs
- ExpressionList.cs
- EncryptedPackage.cs
- WmfPlaceableFileHeader.cs
- StylusPointCollection.cs
- XPathDescendantIterator.cs
- DiscoveryDocumentReference.cs
- StringDictionaryCodeDomSerializer.cs
- ResourceDisplayNameAttribute.cs
- HttpVersion.cs
- FileAuthorizationModule.cs
- Operator.cs
- DebugHandleTracker.cs
- TextControl.cs
- ProvidePropertyAttribute.cs
- TypePresenter.xaml.cs
- MergePropertyDescriptor.cs
- XmlSchemaElement.cs
- HttpHandlerActionCollection.cs
- LambdaCompiler.Generated.cs
- ListBoxItemAutomationPeer.cs
- DBSqlParserColumnCollection.cs
- ColumnResult.cs
- ValidateNames.cs
- _AutoWebProxyScriptHelper.cs
- ByteStreamMessageEncoder.cs
- FormViewCommandEventArgs.cs
- ResizeBehavior.cs
- SqlDataSource.cs
- SettingsProperty.cs
- NativeRightsManagementAPIsStructures.cs
- Style.cs
- WebZone.cs
- Location.cs
- StringSorter.cs
- TypeDescriptorContext.cs
- DateBoldEvent.cs
- ListBoxDesigner.cs
- PowerModeChangedEventArgs.cs
- SynchronizedInputProviderWrapper.cs
- PartialTrustHelpers.cs
- Debug.cs
- DispatchRuntime.cs
- XmlTextReader.cs
- ScrollChangedEventArgs.cs
- QueryContinueDragEventArgs.cs
- TraceSection.cs
- Range.cs
- ProxyGenerationError.cs
- BindUriHelper.cs
- DESCryptoServiceProvider.cs
- Activator.cs
- RoleGroupCollection.cs
- EmptyArray.cs
- PathNode.cs
- TypeDescriptor.cs
- DataSourceUtil.cs
- OracleBoolean.cs
- SaveFileDialog.cs
- UnmanagedMarshal.cs
- SpotLight.cs
- safelinkcollection.cs
- DataGridViewCellParsingEventArgs.cs
- TextTreeText.cs
- HyperLink.cs