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
- GenericAuthenticationEventArgs.cs
- ContainerVisual.cs
- ConfigurationPropertyCollection.cs
- CodeObject.cs
- SecurityDocument.cs
- COAUTHIDENTITY.cs
- DataObjectEventArgs.cs
- DataControlPagerLinkButton.cs
- DivideByZeroException.cs
- FormattedText.cs
- ToolStripDropDownItem.cs
- SimpleRecyclingCache.cs
- ToolStripCollectionEditor.cs
- InputScope.cs
- WebPartsSection.cs
- SecurityCredentialsManager.cs
- FormView.cs
- ButtonBase.cs
- AstTree.cs
- AnnotationHighlightLayer.cs
- SHA1CryptoServiceProvider.cs
- PipelineDeploymentState.cs
- MessageDecoder.cs
- ElementAtQueryOperator.cs
- storepermission.cs
- SynchronizedChannelCollection.cs
- KoreanLunisolarCalendar.cs
- DesignerMetadata.cs
- IApplicationTrustManager.cs
- GregorianCalendarHelper.cs
- CompatibleComparer.cs
- XamlPoint3DCollectionSerializer.cs
- BamlLocalizableResource.cs
- DataMisalignedException.cs
- SqlDuplicator.cs
- OutputChannelBinder.cs
- XmlIgnoreAttribute.cs
- ItemCheckedEvent.cs
- ConfigurationSettings.cs
- MDIClient.cs
- MailFileEditor.cs
- RenderData.cs
- TaskFormBase.cs
- DataList.cs
- FontSourceCollection.cs
- IChannel.cs
- CodeDelegateInvokeExpression.cs
- InheritanceContextHelper.cs
- MimePart.cs
- WSDualHttpBindingElement.cs
- EntityDataSourceStatementEditorForm.cs
- unsafeIndexingFilterStream.cs
- PerfCounters.cs
- FormViewCommandEventArgs.cs
- SoapAttributeAttribute.cs
- BinaryNode.cs
- HtmlInputImage.cs
- DetailsView.cs
- XmlDownloadManager.cs
- BrowserCapabilitiesCodeGenerator.cs
- AstTree.cs
- XmlEntityReference.cs
- _NegoStream.cs
- Brush.cs
- BindingCollection.cs
- TdsParserStateObject.cs
- Trace.cs
- StructuralCache.cs
- MessageHeaders.cs
- Socket.cs
- RequestCache.cs
- EntitySqlQueryBuilder.cs
- DataGridViewControlCollection.cs
- GetLedgerEntryForRecipientRequest.cs
- Base64Decoder.cs
- SerializationHelper.cs
- Rotation3D.cs
- MatrixAnimationBase.cs
- TreeIterators.cs
- LogEntryDeserializer.cs
- PersonalizationProviderCollection.cs
- Oid.cs
- LinkedResource.cs
- TextTreeFixupNode.cs
- OleDbException.cs
- AdapterUtil.cs
- Substitution.cs
- WindowsToolbarItemAsMenuItem.cs
- WrapPanel.cs
- MissingManifestResourceException.cs
- WizardSideBarListControlItemEventArgs.cs
- AdapterDictionary.cs
- MimeFormatter.cs
- UInt32.cs
- shaperfactory.cs
- KeyConverter.cs
- SystemGatewayIPAddressInformation.cs
- ObjectPersistData.cs
- _Connection.cs
- PermissionToken.cs