Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / tx / System / Transactions / Configuration / TransactionsSectionGroup.cs / 1305376 / TransactionsSectionGroup.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Transactions.Configuration { using System; using System.Configuration; public sealed class TransactionsSectionGroup : ConfigurationSectionGroup { public TransactionsSectionGroup() { } [ConfigurationProperty(ConfigurationStrings.DefaultSettingsSectionName)] public DefaultSettingsSection DefaultSettings { get { return (DefaultSettingsSection)this.Sections[ConfigurationStrings.DefaultSettingsSectionName]; } } static public TransactionsSectionGroup GetSectionGroup(Configuration config) { if (config == null) { throw new ArgumentNullException("config"); } return (TransactionsSectionGroup)config.GetSectionGroup(ConfigurationStrings.SectionGroupName); } [ConfigurationProperty(ConfigurationStrings.MachineSettingsSectionName)] public MachineSettingsSection MachineSettings { get { return (MachineSettingsSection)this.Sections[ConfigurationStrings.MachineSettingsSectionName]; } } } } // 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
- CheckedPointers.cs
- FixedSOMPage.cs
- ControlHelper.cs
- ResourceExpressionBuilder.cs
- TimeSpanValidatorAttribute.cs
- PopupEventArgs.cs
- PageSettings.cs
- ReadOnlyActivityGlyph.cs
- PreservationFileReader.cs
- CacheMode.cs
- ListManagerBindingsCollection.cs
- IImplicitResourceProvider.cs
- SupportingTokenParameters.cs
- SamlAuthorityBinding.cs
- _DigestClient.cs
- DataGridViewImageCell.cs
- SplitterCancelEvent.cs
- RuleRefElement.cs
- SecurityUtils.cs
- VBIdentifierTrimConverter.cs
- DesigntimeLicenseContext.cs
- XmlReaderDelegator.cs
- TabItem.cs
- CultureSpecificStringDictionary.cs
- ColumnBinding.cs
- EventTrigger.cs
- FixedHighlight.cs
- CfgParser.cs
- DesignerActionUIService.cs
- FixedElement.cs
- CompoundFileReference.cs
- SelectedCellsChangedEventArgs.cs
- TextTreeTextBlock.cs
- NamedPermissionSet.cs
- StandardCommands.cs
- IgnoreFlushAndCloseStream.cs
- TextTreeUndoUnit.cs
- RTLAwareMessageBox.cs
- XmlSchemaSimpleContentRestriction.cs
- ObjectListTitleAttribute.cs
- PasswordDeriveBytes.cs
- UICuesEvent.cs
- CqlQuery.cs
- RootDesignerSerializerAttribute.cs
- RemoteWebConfigurationHost.cs
- LoginAutoFormat.cs
- ExecutedRoutedEventArgs.cs
- OAVariantLib.cs
- ButtonPopupAdapter.cs
- Message.cs
- ConstantSlot.cs
- PolicyStatement.cs
- SortedSet.cs
- ManipulationDelta.cs
- ReadContentAsBinaryHelper.cs
- DataShape.cs
- CodeCompileUnit.cs
- KeyedHashAlgorithm.cs
- DataGrid.cs
- SerializableAttribute.cs
- RelatedPropertyManager.cs
- SqlServices.cs
- DataControlImageButton.cs
- SeparatorAutomationPeer.cs
- NamedPipeTransportManager.cs
- MimeReturn.cs
- LocatorBase.cs
- ReferenceEqualityComparer.cs
- SqlRowUpdatedEvent.cs
- AssociatedControlConverter.cs
- ContentControl.cs
- JsonQNameDataContract.cs
- PackagePart.cs
- CompilerTypeWithParams.cs
- ValueSerializerAttribute.cs
- HierarchicalDataBoundControlAdapter.cs
- XmlConvert.cs
- LayoutManager.cs
- XmlIlVisitor.cs
- RectIndependentAnimationStorage.cs
- ProgressPage.cs
- XmlNamespaceManager.cs
- AssemblyFilter.cs
- FormattedText.cs
- SchemaNames.cs
- ToolStripItemRenderEventArgs.cs
- SoapException.cs
- ScrollItemPattern.cs
- XmlSubtreeReader.cs
- TraceEventCache.cs
- ClientRoleProvider.cs
- CompilationLock.cs
- PointCollectionConverter.cs
- DocumentViewerHelper.cs
- SEHException.cs
- UrlMappingsSection.cs
- BaseTemplateBuildProvider.cs
- ProcessHostFactoryHelper.cs
- Guid.cs
- SubMenuStyleCollection.cs