Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Net / System / Net / Configuration / IriParsingElement.cs / 1 / IriParsingElement.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System; public sealed class IriParsingElement : ConfigurationElement { public IriParsingElement() { this.properties.Add(this.enabled); } protected override ConfigurationPropertyCollection Properties { get{ return this.properties; } } [ConfigurationProperty(CommonConfigurationStrings.Enabled, DefaultValue = false)] public bool Enabled { get { return (bool)this[this.enabled]; } set { this[this.enabled] = value; } } ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); readonly ConfigurationProperty enabled = new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(bool), false, ConfigurationPropertyOptions.None); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System; public sealed class IriParsingElement : ConfigurationElement { public IriParsingElement() { this.properties.Add(this.enabled); } protected override ConfigurationPropertyCollection Properties { get{ return this.properties; } } [ConfigurationProperty(CommonConfigurationStrings.Enabled, DefaultValue = false)] public bool Enabled { get { return (bool)this[this.enabled]; } set { this[this.enabled] = value; } } ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); readonly ConfigurationProperty enabled = new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(bool), false, ConfigurationPropertyOptions.None); } } // 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
- transactioncontext.cs
- MethodToken.cs
- Privilege.cs
- ConnectionPoolManager.cs
- MLangCodePageEncoding.cs
- KeysConverter.cs
- RunInstallerAttribute.cs
- sqlser.cs
- HttpProcessUtility.cs
- AnnotationResource.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SerializerProvider.cs
- FormsAuthenticationConfiguration.cs
- TextBox.cs
- RadioButtonAutomationPeer.cs
- NotifyIcon.cs
- SafeSystemMetrics.cs
- RequestQueue.cs
- TextParagraph.cs
- HttpRequest.cs
- HyperLinkStyle.cs
- FileResponseElement.cs
- FileDialogCustomPlacesCollection.cs
- DataGridViewRowsRemovedEventArgs.cs
- SendMailErrorEventArgs.cs
- PropagatorResult.cs
- TypePresenter.xaml.cs
- FileDetails.cs
- Int64.cs
- RepeatBehaviorConverter.cs
- PointUtil.cs
- DbProviderServices.cs
- ProfileManager.cs
- ValuePattern.cs
- _SpnDictionary.cs
- VBCodeProvider.cs
- RuntimeArgumentHandle.cs
- HtmlImage.cs
- SecurityException.cs
- CharConverter.cs
- BuiltInExpr.cs
- DataTrigger.cs
- lengthconverter.cs
- SpecularMaterial.cs
- RequiredFieldValidator.cs
- COM2EnumConverter.cs
- TextEditorMouse.cs
- Matrix3D.cs
- _TimerThread.cs
- MulticastIPAddressInformationCollection.cs
- MSHTMLHost.cs
- TraceProvider.cs
- CompilerInfo.cs
- XamlToRtfWriter.cs
- Positioning.cs
- PlainXmlDeserializer.cs
- ZipIOLocalFileBlock.cs
- EntityObject.cs
- OperandQuery.cs
- DataGridViewCellEventArgs.cs
- DataTableTypeConverter.cs
- XmlSerializerSection.cs
- DbCommandTree.cs
- ellipse.cs
- NotificationContext.cs
- SelectedCellsChangedEventArgs.cs
- Ray3DHitTestResult.cs
- DuplicateWaitObjectException.cs
- _UriTypeConverter.cs
- RegisteredArrayDeclaration.cs
- CombinedGeometry.cs
- AssociationType.cs
- CellLabel.cs
- WindowsListViewGroup.cs
- StylusPointPropertyUnit.cs
- MgmtConfigurationRecord.cs
- CodeArrayIndexerExpression.cs
- NeutralResourcesLanguageAttribute.cs
- ComboBoxItem.cs
- CategoryState.cs
- EnumerableCollectionView.cs
- IdentitySection.cs
- HttpDictionary.cs
- Matrix.cs
- AlphaSortedEnumConverter.cs
- CompositeCollection.cs
- Int32EqualityComparer.cs
- OneToOneMappingSerializer.cs
- ModelItemCollection.cs
- ErrorsHelper.cs
- StreamWriter.cs
- DataGridViewLayoutData.cs
- SchemaImporterExtensionElement.cs
- BooleanStorage.cs
- GroupItemAutomationPeer.cs
- XPathScanner.cs
- InstanceHandle.cs
- TreeNodeCollection.cs
- BindingMAnagerBase.cs
- GridViewRowPresenter.cs