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
- TrimSurroundingWhitespaceAttribute.cs
- AuthenticationException.cs
- SecurityAccessDeniedException.cs
- SystemIPInterfaceProperties.cs
- PeerCustomResolverBindingElement.cs
- HttpModulesSection.cs
- DocumentDesigner.cs
- XmlAttributeOverrides.cs
- WebInvokeAttribute.cs
- ViewBox.cs
- DataKey.cs
- GlyphsSerializer.cs
- TextBoxDesigner.cs
- DrawingAttributes.cs
- Scene3D.cs
- HttpHeaderCollection.cs
- KeyGesture.cs
- XmlAnyAttributeAttribute.cs
- ComponentGuaranteesAttribute.cs
- XmlSchemaCollection.cs
- WorkflowRuntimeBehavior.cs
- xsdvalidator.cs
- WindowsFont.cs
- RecordConverter.cs
- XmlSiteMapProvider.cs
- SystemIPInterfaceStatistics.cs
- ColumnMapProcessor.cs
- QilDataSource.cs
- SrgsElementFactoryCompiler.cs
- HWStack.cs
- SecurityCriticalDataForSet.cs
- FontFamily.cs
- Calendar.cs
- AesCryptoServiceProvider.cs
- EpmHelper.cs
- CustomSignedXml.cs
- MetricEntry.cs
- ProjectionCamera.cs
- TransactionScope.cs
- ProgramNode.cs
- TextBoxView.cs
- SqlAggregateChecker.cs
- TextEffect.cs
- TiffBitmapEncoder.cs
- ComboBoxItem.cs
- XmlBinaryReader.cs
- PersistenceTypeAttribute.cs
- ToolboxItem.cs
- Timer.cs
- CompilationPass2Task.cs
- Utils.cs
- ActivityWithResultConverter.cs
- ListBoxChrome.cs
- MissingMemberException.cs
- DataServiceRequestException.cs
- DnsEndpointIdentity.cs
- Psha1DerivedKeyGenerator.cs
- WindowsImpersonationContext.cs
- VisualTarget.cs
- AlphaSortedEnumConverter.cs
- XmlReader.cs
- BaseServiceProvider.cs
- EventArgs.cs
- RoleManagerSection.cs
- PassportAuthenticationEventArgs.cs
- TextParagraphProperties.cs
- FileEnumerator.cs
- ValidationSummary.cs
- HtmlControlPersistable.cs
- WorkflowDispatchContext.cs
- SizeConverter.cs
- TreeWalker.cs
- ColumnPropertiesGroup.cs
- EnumDataContract.cs
- SystemWebSectionGroup.cs
- UnmanagedMemoryStreamWrapper.cs
- X509CertificateCollection.cs
- PagesSection.cs
- XmlBoundElement.cs
- UInt32Storage.cs
- ChangeBlockUndoRecord.cs
- IndexOutOfRangeException.cs
- WebPartAuthorizationEventArgs.cs
- IPGlobalProperties.cs
- ZipIOBlockManager.cs
- CompilerState.cs
- TimeSpanValidator.cs
- XmlEncodedRawTextWriter.cs
- RectValueSerializer.cs
- UrlPath.cs
- GridPattern.cs
- TTSEngineTypes.cs
- TextModifier.cs
- CodeObject.cs
- ConfigurationConverterBase.cs
- OrderingQueryOperator.cs
- SQLBoolean.cs
- RemoteWebConfigurationHostStream.cs
- PointLightBase.cs
- WindowsUpDown.cs