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
- ScrollEvent.cs
- UrlMappingsSection.cs
- MemberAssignmentAnalysis.cs
- SoapInteropTypes.cs
- ECDiffieHellmanCng.cs
- CloudCollection.cs
- SingleAnimation.cs
- FrugalList.cs
- CodeActivityMetadata.cs
- SamlSerializer.cs
- PageVisual.cs
- CallSite.cs
- Floater.cs
- FileEnumerator.cs
- TextCollapsingProperties.cs
- GridViewActionList.cs
- SoapFormatter.cs
- Matrix.cs
- NotifyIcon.cs
- CookielessData.cs
- RootProfilePropertySettingsCollection.cs
- XmlAttributes.cs
- FileSystemWatcher.cs
- TextEditorTyping.cs
- NumberAction.cs
- TlsnegoTokenProvider.cs
- XmlEntityReference.cs
- TraceRecords.cs
- SafeNativeMethods.cs
- SqlBulkCopy.cs
- SvcMapFileLoader.cs
- SqlCommand.cs
- AnnotationHighlightLayer.cs
- ApplicationTrust.cs
- RunWorkerCompletedEventArgs.cs
- GregorianCalendar.cs
- PageParserFilter.cs
- WindowsContainer.cs
- SqlBulkCopyColumnMapping.cs
- DocumentAutomationPeer.cs
- TrackingMemoryStream.cs
- ImageSourceValueSerializer.cs
- CodeDomDecompiler.cs
- XPathNodeList.cs
- SecurityUtils.cs
- Rect3DValueSerializer.cs
- newinstructionaction.cs
- PageContent.cs
- QuadraticBezierSegment.cs
- DrawingContextWalker.cs
- MsmqOutputChannel.cs
- ToolboxItemSnapLineBehavior.cs
- LinkArea.cs
- SecurityCriticalDataForSet.cs
- OrderedDictionaryStateHelper.cs
- TabItemWrapperAutomationPeer.cs
- SiteOfOriginPart.cs
- FixedSOMTableRow.cs
- OleDbMetaDataFactory.cs
- IDictionary.cs
- HttpCachePolicy.cs
- WriteableBitmap.cs
- UrlPropertyAttribute.cs
- SerialErrors.cs
- RepeatButtonAutomationPeer.cs
- SqlCachedBuffer.cs
- GenerateTemporaryTargetAssembly.cs
- InvokeMethodActivity.cs
- ImageListUtils.cs
- GridViewRowPresenterBase.cs
- COM2Properties.cs
- WizardPanel.cs
- ProtectedConfigurationProviderCollection.cs
- While.cs
- Gdiplus.cs
- LabelAutomationPeer.cs
- WpfXamlType.cs
- OrderedDictionaryStateHelper.cs
- TrackBarRenderer.cs
- DrawingContextDrawingContextWalker.cs
- AtlasWeb.Designer.cs
- SerialReceived.cs
- BufferedGraphics.cs
- ImageInfo.cs
- NetCodeGroup.cs
- XmlSchemaAttributeGroupRef.cs
- CollectionBuilder.cs
- DragSelectionMessageFilter.cs
- ExtenderProvidedPropertyAttribute.cs
- ActivityStateRecord.cs
- WebPartHeaderCloseVerb.cs
- ImageCodecInfo.cs
- Timer.cs
- ResolveMatchesCD1.cs
- FrugalList.cs
- AssemblyBuilder.cs
- InstanceLockTracking.cs
- GridItemCollection.cs
- AvTraceFormat.cs
- SimpleType.cs