Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / Configuration / ModuleElement.cs / 1305376 / ModuleElement.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Net.Configuration
{
using System;
using System.Configuration;
using System.Reflection;
using System.Security.Permissions;
public sealed class ModuleElement : ConfigurationElement
{
public ModuleElement()
{
this.properties.Add(this.type);
}
protected override ConfigurationPropertyCollection Properties
{
get
{
return this.properties;
}
}
[ConfigurationProperty(ConfigurationStrings.Type)]
public string Type
{
get { return (string)this[this.type]; }
set { this[this.type] = value; }
}
ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection();
readonly ConfigurationProperty type =
new ConfigurationProperty(ConfigurationStrings.Type,
typeof(string),
null,
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
- _SslStream.cs
- Control.cs
- DbConnectionPool.cs
- EventPrivateKey.cs
- TransportationConfigurationTypeInstallComponent.cs
- List.cs
- QEncodedStream.cs
- QuadraticBezierSegment.cs
- TaiwanLunisolarCalendar.cs
- RetrieveVirtualItemEventArgs.cs
- NullReferenceException.cs
- ErrorHandler.cs
- Subtree.cs
- SqlCachedBuffer.cs
- EntityDesignerBuildProvider.cs
- DropShadowBitmapEffect.cs
- DynamicActivityXamlReader.cs
- MemberAssignmentAnalysis.cs
- ScriptControl.cs
- NonClientArea.cs
- ConfigurationValues.cs
- MailHeaderInfo.cs
- FontUnit.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- SchemaMapping.cs
- baseshape.cs
- PropertyItem.cs
- GridItemPatternIdentifiers.cs
- XmlEnumAttribute.cs
- StringAttributeCollection.cs
- XmlSchemaValidator.cs
- HttpRuntimeSection.cs
- RelationshipEnd.cs
- VirtualDirectoryMappingCollection.cs
- WebPartCollection.cs
- XmlHelper.cs
- ImageListStreamer.cs
- DrawingBrush.cs
- MobileTemplatedControlDesigner.cs
- SqlNodeTypeOperators.cs
- GetWinFXPath.cs
- TableDesigner.cs
- WebResponse.cs
- DataSourceControl.cs
- FillBehavior.cs
- ProfileParameter.cs
- DataReaderContainer.cs
- Part.cs
- JapaneseCalendar.cs
- ValidationError.cs
- Win32Native.cs
- GenericPrincipal.cs
- XmlAttributeCollection.cs
- ModelUIElement3D.cs
- XmlSchemaRedefine.cs
- SevenBitStream.cs
- BamlResourceContent.cs
- WebPartZoneBase.cs
- ClientSideQueueItem.cs
- EnterpriseServicesHelper.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- TextStore.cs
- XmlReaderDelegator.cs
- Image.cs
- PersonalizationState.cs
- _OSSOCK.cs
- ToggleButton.cs
- ApplicationBuildProvider.cs
- X500Name.cs
- BeginEvent.cs
- StoreAnnotationsMap.cs
- XpsS0ValidatingLoader.cs
- DashStyle.cs
- GlobalDataBindingHandler.cs
- _PooledStream.cs
- KnownBoxes.cs
- ControlBuilderAttribute.cs
- WebConfigurationHost.cs
- UIPropertyMetadata.cs
- TrackingMemoryStream.cs
- Missing.cs
- GeneralTransform3D.cs
- ComponentChangingEvent.cs
- Point3DAnimation.cs
- HasCopySemanticsAttribute.cs
- RequestResizeEvent.cs
- ActivityWithResultValueSerializer.cs
- Rotation3D.cs
- DataColumnCollection.cs
- HtmlAnchor.cs
- TransportBindingElement.cs
- FormatSettings.cs
- SafeProcessHandle.cs
- EraserBehavior.cs
- baseaxisquery.cs
- TypeGeneratedEventArgs.cs
- FixedSchema.cs
- ConnectionsZone.cs
- TextMarkerSource.cs
- PathGeometry.cs