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
- _AutoWebProxyScriptWrapper.cs
- HttpCookie.cs
- DoubleCollectionConverter.cs
- DrawingState.cs
- ParseHttpDate.cs
- HttpApplicationFactory.cs
- ThreadStartException.cs
- OpCopier.cs
- ProgressBarRenderer.cs
- CurrencyManager.cs
- Page.cs
- QueryPageSettingsEventArgs.cs
- QueryCursorEventArgs.cs
- WebDescriptionAttribute.cs
- Maps.cs
- XPathArrayIterator.cs
- Aggregates.cs
- QuerySettings.cs
- DeviceContext2.cs
- TableItemProviderWrapper.cs
- InvokeHandlers.cs
- ConsoleKeyInfo.cs
- MobileControlDesigner.cs
- DocumentPageView.cs
- SqlUserDefinedTypeAttribute.cs
- DataServiceStreamProviderWrapper.cs
- FrameworkObject.cs
- DataView.cs
- ActivityDesignerResources.cs
- OutKeywords.cs
- ExpressionNode.cs
- TextElementAutomationPeer.cs
- RSAProtectedConfigurationProvider.cs
- UpdateCommand.cs
- FlowDocumentPage.cs
- DataGridViewCellMouseEventArgs.cs
- HashRepartitionEnumerator.cs
- RemotingException.cs
- PerformanceCounter.cs
- ThreadStaticAttribute.cs
- WeakReference.cs
- AsyncContentLoadedEventArgs.cs
- SerializerProvider.cs
- Stacktrace.cs
- Message.cs
- KeyboardNavigation.cs
- DataObjectAttribute.cs
- ListChangedEventArgs.cs
- ResXResourceSet.cs
- FlowDocumentReader.cs
- UriTemplateTable.cs
- SignHashRequest.cs
- LogRestartAreaEnumerator.cs
- DbRetry.cs
- DataBoundControl.cs
- QueryStringParameter.cs
- CodeAttributeArgumentCollection.cs
- TemplateNameScope.cs
- HashMembershipCondition.cs
- EntityParameterCollection.cs
- DragDrop.cs
- XmlValidatingReader.cs
- DisableDpiAwarenessAttribute.cs
- Camera.cs
- XmlHierarchyData.cs
- DoWorkEventArgs.cs
- DocumentPageViewAutomationPeer.cs
- ValidateNames.cs
- BinaryMessageFormatter.cs
- CompensationDesigner.cs
- ElapsedEventArgs.cs
- List.cs
- RenamedEventArgs.cs
- ZipIOExtraFieldZip64Element.cs
- ClientEventManager.cs
- LockCookie.cs
- DataGridRowHeaderAutomationPeer.cs
- BitmapEffectRenderDataResource.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- PathSegment.cs
- ServiceDescriptionData.cs
- Debug.cs
- MulticastOption.cs
- List.cs
- QilInvokeLateBound.cs
- SetIndexBinder.cs
- TextRunCache.cs
- InputMethodStateChangeEventArgs.cs
- IProvider.cs
- ArrayList.cs
- PolicyStatement.cs
- sqlpipe.cs
- CheckBox.cs
- RefExpr.cs
- HtmlInputCheckBox.cs
- IChannel.cs
- DuplicateDetector.cs
- PenThreadWorker.cs
- SerialPinChanges.cs
- Scene3D.cs