Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SmiEventStream.cs
- DataGridViewColumn.cs
- SHA256.cs
- CancelEventArgs.cs
- ContainerFilterService.cs
- Visitors.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- DecodeHelper.cs
- DrawingAttributeSerializer.cs
- EntityDesignerBuildProvider.cs
- ContainerParagraph.cs
- SqlInternalConnectionTds.cs
- SpellerInterop.cs
- SerializationInfoEnumerator.cs
- Normalization.cs
- Events.cs
- WebHttpEndpointElement.cs
- SR.cs
- LayeredChannelListener.cs
- CachedFontFamily.cs
- SessionPageStateSection.cs
- SimpleLine.cs
- DSASignatureDeformatter.cs
- DesignTimeTemplateParser.cs
- ArrayElementGridEntry.cs
- RemoveStoryboard.cs
- DispatcherSynchronizationContext.cs
- BaseDataListPage.cs
- KeyConverter.cs
- ScriptModule.cs
- FixedTextView.cs
- DragCompletedEventArgs.cs
- Point3DCollection.cs
- XamlFigureLengthSerializer.cs
- CursorConverter.cs
- ClientBuildManager.cs
- EventRoute.cs
- IdentityNotMappedException.cs
- TypeTypeConverter.cs
- Rule.cs
- SerialStream.cs
- AuthorizationRuleCollection.cs
- CharacterMetricsDictionary.cs
- IDQuery.cs
- TextHidden.cs
- DesignerWidgets.cs
- HttpFileCollection.cs
- OneOfConst.cs
- DoubleAverageAggregationOperator.cs
- XmlDataLoader.cs
- WaitHandle.cs
- FormsAuthenticationTicket.cs
- TypedElement.cs
- KeyEvent.cs
- DrawToolTipEventArgs.cs
- WorkflowViewManager.cs
- RijndaelManagedTransform.cs
- DbRetry.cs
- Mapping.cs
- QueryResults.cs
- mediaeventshelper.cs
- Expr.cs
- ResourceKey.cs
- OrderPreservingSpoolingTask.cs
- BypassElement.cs
- SessionPageStateSection.cs
- HtmlValidatorAdapter.cs
- WebColorConverter.cs
- DbResourceAllocator.cs
- AxisAngleRotation3D.cs
- TableLayoutRowStyleCollection.cs
- EntitySetBaseCollection.cs
- CommandBindingCollection.cs
- ListViewUpdateEventArgs.cs
- Automation.cs
- SrgsSubset.cs
- CommunicationObject.cs
- XmlDataSourceView.cs
- DynamicControlParameter.cs
- Update.cs
- GeometryModel3D.cs
- DataPagerFieldCollection.cs
- TypeDescriptionProviderAttribute.cs
- FieldBuilder.cs
- ToolboxDataAttribute.cs
- ArgumentOutOfRangeException.cs
- ItemChangedEventArgs.cs
- Rotation3DAnimationUsingKeyFrames.cs
- CodeGenerator.cs
- TableCell.cs
- ButtonPopupAdapter.cs
- PartitionerStatic.cs
- PathFigure.cs
- XPathSelfQuery.cs
- TimeoutTimer.cs
- Table.cs
- ListControlBoundActionList.cs
- ValidatorCompatibilityHelper.cs
- PagePropertiesChangingEventArgs.cs
- Size3DConverter.cs