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
- QilDataSource.cs
- SmiContext.cs
- CapabilitiesAssignment.cs
- WebRequestModuleElement.cs
- ResourceAttributes.cs
- XmlElementList.cs
- DrawingImage.cs
- Variable.cs
- CodeIdentifiers.cs
- TrustManagerMoreInformation.cs
- ThreadAttributes.cs
- BeginStoryboard.cs
- SafeCertificateStore.cs
- login.cs
- Lazy.cs
- LabelLiteral.cs
- StandardRuntimeEnumValidator.cs
- ErrorEventArgs.cs
- RawStylusInputCustomDataList.cs
- ExtendLockCommand.cs
- PageRanges.cs
- ELinqQueryState.cs
- XmlQualifiedName.cs
- StructuralComparisons.cs
- UnsafeNativeMethods.cs
- HtmlTextArea.cs
- DeclarativeCatalogPartDesigner.cs
- FontClient.cs
- CuspData.cs
- XmlElementAttribute.cs
- StrokeNodeEnumerator.cs
- SerializerProvider.cs
- PanelStyle.cs
- PropertyDescriptorCollection.cs
- ReadOnlyNameValueCollection.cs
- SafeHandles.cs
- ProcessHostFactoryHelper.cs
- SecurityResources.cs
- PointLightBase.cs
- LinqDataSourceValidationException.cs
- XmlDocumentViewSchema.cs
- EventSourceCreationData.cs
- MULTI_QI.cs
- FileUpload.cs
- FrameworkTemplate.cs
- EditCommandColumn.cs
- TargetControlTypeCache.cs
- SiteMapDataSourceView.cs
- TextClipboardData.cs
- InputBinder.cs
- PasswordRecoveryAutoFormat.cs
- SpecialFolderEnumConverter.cs
- HtmlForm.cs
- XmlSchemaImporter.cs
- HelpKeywordAttribute.cs
- WindowsSecurityTokenAuthenticator.cs
- TableLayoutSettingsTypeConverter.cs
- XmlWrappingWriter.cs
- Literal.cs
- AuthenticationException.cs
- DateTimeFormatInfoScanner.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- ISAPIRuntime.cs
- RuleSetDialog.cs
- EdmComplexTypeAttribute.cs
- AppLevelCompilationSectionCache.cs
- Native.cs
- HttpRequestCacheValidator.cs
- Parser.cs
- Timeline.cs
- EmptyControlCollection.cs
- WCFServiceClientProxyGenerator.cs
- EdgeModeValidation.cs
- DataServiceQueryException.cs
- SystemIPInterfaceProperties.cs
- ACE.cs
- TextClipboardData.cs
- EntityViewGenerationConstants.cs
- WpfGeneratedKnownTypes.cs
- IntellisenseTextBox.designer.cs
- MainMenu.cs
- EventLogPermissionAttribute.cs
- EpmContentDeSerializerBase.cs
- RequestQueue.cs
- ExternalException.cs
- UIElementPropertyUndoUnit.cs
- DrawingBrush.cs
- RegexWorker.cs
- ThreadStateException.cs
- EventLevel.cs
- TextAction.cs
- FaultContractAttribute.cs
- QilInvoke.cs
- SoapMessage.cs
- TypedElement.cs
- DesignerDataTableBase.cs
- SafeRegistryHandle.cs
- EventItfInfo.cs
- SynchronizationContext.cs
- PathGeometry.cs