Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Int32AnimationBase.cs
- SqlBuilder.cs
- Metadata.cs
- Misc.cs
- DataGridBoundColumn.cs
- ProjectedSlot.cs
- Composition.cs
- ModelUIElement3D.cs
- DesignOnlyAttribute.cs
- DivideByZeroException.cs
- StrongNameMembershipCondition.cs
- FieldNameLookup.cs
- ObsoleteAttribute.cs
- LinkConverter.cs
- ValidatingPropertiesEventArgs.cs
- ModelItemExtensions.cs
- GridItemCollection.cs
- AttachedProperty.cs
- AsyncContentLoadedEventArgs.cs
- SmiSettersStream.cs
- ChooseAction.cs
- URLAttribute.cs
- ResourceSetExpression.cs
- HttpModuleAction.cs
- DataGridViewColumnHeaderCell.cs
- Subtree.cs
- TransformPatternIdentifiers.cs
- LinqTreeNodeEvaluator.cs
- HttpCachePolicy.cs
- HierarchicalDataSourceControl.cs
- Operand.cs
- ElementAction.cs
- StringUtil.cs
- XmlSchemaDatatype.cs
- Overlapped.cs
- QilStrConcatenator.cs
- SettingsPropertyWrongTypeException.cs
- DropTarget.cs
- UIElementAutomationPeer.cs
- CodeAccessSecurityEngine.cs
- HelpInfo.cs
- SliderAutomationPeer.cs
- Stack.cs
- SetterBase.cs
- ChtmlTextWriter.cs
- MULTI_QI.cs
- ProcessHostConfigUtils.cs
- SymmetricAlgorithm.cs
- InstancePersistenceEvent.cs
- FaultImportOptions.cs
- ServiceAuthorizationManager.cs
- PbrsForward.cs
- TextInfo.cs
- DataGridViewSelectedCellCollection.cs
- CustomCategoryAttribute.cs
- LinkedResourceCollection.cs
- URLEditor.cs
- EnumerableCollectionView.cs
- HttpWebRequestElement.cs
- RequestContext.cs
- SimpleMailWebEventProvider.cs
- Model3D.cs
- StringPropertyBuilder.cs
- ErrorFormatterPage.cs
- EastAsianLunisolarCalendar.cs
- SqlClientWrapperSmiStreamChars.cs
- SQLByteStorage.cs
- DefaultValidator.cs
- PolyLineSegmentFigureLogic.cs
- ExclusiveCanonicalizationTransform.cs
- RulePatternOps.cs
- DataTableReader.cs
- QilFunction.cs
- CommandBindingCollection.cs
- RbTree.cs
- DataTemplateKey.cs
- TypographyProperties.cs
- XmlSchemaType.cs
- CroppedBitmap.cs
- TemporaryBitmapFile.cs
- CollectionViewGroupInternal.cs
- ThreadPool.cs
- ComponentEditorPage.cs
- DocumentXPathNavigator.cs
- BypassElement.cs
- DocumentViewerBaseAutomationPeer.cs
- RegexCompiler.cs
- compensatingcollection.cs
- CustomAttributeSerializer.cs
- SingleConverter.cs
- Subtree.cs
- TypeToken.cs
- FileSecurity.cs
- MediaEntryAttribute.cs
- CodeAttributeArgument.cs
- OracleColumn.cs
- ByteAnimationBase.cs
- FormsIdentity.cs
- StringValidator.cs
- Message.cs