Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- ReturnValue.cs
- SetIterators.cs
- Vector3D.cs
- ServerValidateEventArgs.cs
- ReflectPropertyDescriptor.cs
- TextDecorationUnitValidation.cs
- SqlClientPermission.cs
- FontUnitConverter.cs
- BlurEffect.cs
- CategoryNameCollection.cs
- TemplateEditingVerb.cs
- EntityModelSchemaGenerator.cs
- OleDbConnectionFactory.cs
- AudioFileOut.cs
- ProxySimple.cs
- ResourcePermissionBaseEntry.cs
- SingleObjectCollection.cs
- TextRangeEditLists.cs
- formatter.cs
- DataColumnPropertyDescriptor.cs
- Attachment.cs
- TagMapInfo.cs
- ContentHostHelper.cs
- TypedTableBase.cs
- ServiceEndpointCollection.cs
- XmlNavigatorStack.cs
- DataView.cs
- FlowDocumentPageViewerAutomationPeer.cs
- EventNotify.cs
- BaseWebProxyFinder.cs
- InplaceBitmapMetadataWriter.cs
- UInt64.cs
- ErrorTolerantObjectWriter.cs
- ChildTable.cs
- ArrangedElement.cs
- SocketException.cs
- SignatureToken.cs
- Missing.cs
- Trace.cs
- Models.cs
- CollectionConverter.cs
- TableAutomationPeer.cs
- ObjectToIdCache.cs
- IconConverter.cs
- XmlMtomReader.cs
- ParameterCollection.cs
- EntityViewGenerationConstants.cs
- PeerName.cs
- UIAgentMonitorHandle.cs
- DirectoryObjectSecurity.cs
- XmlDataCollection.cs
- ObjectQuery_EntitySqlExtensions.cs
- BinaryFormatter.cs
- PageStatePersister.cs
- SpellerInterop.cs
- SortableBindingList.cs
- Group.cs
- InputScope.cs
- Function.cs
- ReferentialConstraint.cs
- NumericUpDown.cs
- PropertyValueUIItem.cs
- TransactionsSectionGroup.cs
- UTF8Encoding.cs
- X509ChainElement.cs
- GregorianCalendarHelper.cs
- AsymmetricSignatureDeformatter.cs
- SafeFileMappingHandle.cs
- FunctionUpdateCommand.cs
- ApplicationInterop.cs
- ValidateNames.cs
- BufferedGraphicsManager.cs
- ObjectTokenCategory.cs
- ObjectDataSourceStatusEventArgs.cs
- TrustLevelCollection.cs
- DirectoryGroupQuery.cs
- XmlSchemaException.cs
- ListMarkerSourceInfo.cs
- NameValueFileSectionHandler.cs
- WebColorConverter.cs
- LinqTreeNodeEvaluator.cs
- ResourceSetExpression.cs
- TextTrailingCharacterEllipsis.cs
- DefaultBinder.cs
- RequestNavigateEventArgs.cs
- FloatUtil.cs
- ReferenceSchema.cs
- HwndPanningFeedback.cs
- DescendentsWalker.cs
- DataListItem.cs
- LowerCaseStringConverter.cs
- ImageAttributes.cs
- PageCodeDomTreeGenerator.cs
- Odbc32.cs
- ContentType.cs
- ContentValidator.cs
- FloaterParagraph.cs
- FontFamily.cs
- HtmlValidationSummaryAdapter.cs
- XmlDataCollection.cs