Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModelInstall / System / ServiceModel / Install / Configuration / ServiceModelConfigurationSection.cs / 1 / ServiceModelConfigurationSection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Install.Configuration { using System; using System.Xml; using System.Xml.Serialization; public class ServiceModelConfigurationSection { string allowDefinition; string allowExeDefinition; string name; string type; [XmlAttribute("allowDefinition")] public string AllowDefinition { get { return this.allowDefinition; } set { this.allowDefinition = value; } } [XmlAttribute("allowExeDefinition")] public string AllowExeDefinition { get { return this.allowExeDefinition; } set { this.allowExeDefinition = value; } } [XmlAttribute("name")] public string Name { get { return this.name; } set { this.name = value; } } [XmlAttribute("type")] public string Type { get { return this.type; } set { this.type = value; } } public ServiceModelConfigurationSection() : this(null, null) { } public ServiceModelConfigurationSection(string name, string type) { this.Name = name; this.Type = type; this.allowDefinition = null; this.allowExeDefinition = null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Roles.cs
- QuaternionValueSerializer.cs
- WaitForChangedResult.cs
- OrCondition.cs
- PageCatalogPart.cs
- StringFunctions.cs
- SlotInfo.cs
- PathSegment.cs
- FixedTextContainer.cs
- LogSwitch.cs
- ListDictionary.cs
- SaveWorkflowAsyncResult.cs
- ConnectionStringSettings.cs
- ValueHandle.cs
- XmlSchemaSimpleTypeRestriction.cs
- NoneExcludedImageIndexConverter.cs
- SoapSchemaImporter.cs
- XmlHierarchyData.cs
- PnrpPeerResolverBindingElement.cs
- DifferencingCollection.cs
- OracleTransaction.cs
- TimeSpanValidator.cs
- NameTable.cs
- DataControlFieldCell.cs
- EndpointIdentityConverter.cs
- ExpandSegment.cs
- OracleBoolean.cs
- SqlExpander.cs
- IfJoinedCondition.cs
- OutputScopeManager.cs
- ScrollViewerAutomationPeer.cs
- ContentElementCollection.cs
- XmlSchemaCompilationSettings.cs
- DataGridViewImageCell.cs
- ReadOnlyCollectionBase.cs
- ToolBarButtonClickEvent.cs
- MarkedHighlightComponent.cs
- SystemGatewayIPAddressInformation.cs
- InvokeBase.cs
- DesignerAttribute.cs
- DataBindEngine.cs
- ConnectionPointCookie.cs
- ClientCultureInfo.cs
- precedingquery.cs
- RawTextInputReport.cs
- WindowsTokenRoleProvider.cs
- Rect3D.cs
- ClientProxyGenerator.cs
- FreezableCollection.cs
- ProxySimple.cs
- BasicExpandProvider.cs
- WebScriptServiceHost.cs
- NgenServicingAttributes.cs
- RegexTree.cs
- DmlSqlGenerator.cs
- TextFormattingConverter.cs
- Keyboard.cs
- MessageBox.cs
- BooleanAnimationUsingKeyFrames.cs
- HttpVersion.cs
- validationstate.cs
- StylusOverProperty.cs
- DataObject.cs
- RemotingService.cs
- DoubleAnimation.cs
- AsyncResult.cs
- EventPropertyMap.cs
- Compiler.cs
- DoubleAnimationBase.cs
- FormatException.cs
- ImageCodecInfoPrivate.cs
- InvalidWMPVersionException.cs
- ExpandableObjectConverter.cs
- BrowserDefinition.cs
- RowsCopiedEventArgs.cs
- SystemNetworkInterface.cs
- JavaScriptSerializer.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- UpdateManifestForBrowserApplication.cs
- InputReport.cs
- BatchWriter.cs
- PageSettings.cs
- TextOptionsInternal.cs
- TextTreeRootNode.cs
- MemberMaps.cs
- CopyAction.cs
- DataGridViewCellConverter.cs
- SecurityHelper.cs
- ExceptionValidationRule.cs
- StylusPointPropertyUnit.cs
- SharedPersonalizationStateInfo.cs
- DBConcurrencyException.cs
- TextRangeEdit.cs
- AutomationPatternInfo.cs
- DataGridViewHitTestInfo.cs
- EventTrigger.cs
- SafeProcessHandle.cs
- RecommendedAsConfigurableAttribute.cs
- LookupBindingPropertiesAttribute.cs
- ConvertBinder.cs