Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / TransactionBridge / Microsoft / Transactions / Bridge / Configuration / Properties.cs / 1 / Properties.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- // This code was produced by a tool, ConfigPropertyGenerator.exe, by reflecting over // Microsoft.Transactions.Bridge, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. // Please add this file to the project that built the assembly. // Doing so will provide better performance for retrieving the ConfigurationElement Properties. // If compilation errors occur, make sure that the Properties property has not // already been provided. If it has, decide if you want the version produced by // this tool or by the developer. // If build errors result, make sure the config class is marked with the partial keyword. // To regenerate a new Properties.cs after changes to the configuration OM for // this assembly, simply run Indigo\Suites\Configuration\Infrastructure\ConfigPropertyGenerator. // If any changes affect this file, the suite will fail. Instructions on how to // update Properties.cs will be included in the tests output file (ConfigPropertyGenerator.out). using System.Configuration; // configType.Name: ProtocolElement namespace Microsoft.Transactions.Bridge.Configuration { sealed partial class ProtocolElement { ConfigurationPropertyCollection properties; protected override ConfigurationPropertyCollection Properties { get { if (this.properties == null) { ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); properties.Add(new ConfigurationProperty("type", typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey)); this.properties = properties; } return this.properties; } } } } // configType.Name: TransactionBridgeSection namespace Microsoft.Transactions.Bridge.Configuration { sealed partial class TransactionBridgeSection { ConfigurationPropertyCollection properties; protected override ConfigurationPropertyCollection Properties { get { if (this.properties == null) { ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); properties.Add(new ConfigurationProperty("protocols", typeof(Microsoft.Transactions.Bridge.Configuration.ProtocolElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); properties.Add(new ConfigurationProperty("transactionManagerType", typeof(System.String), "Microsoft.Transactions.Bridge.Dtc.GatewayTransactionManager, Microsoft.Transactions.Bridge.Dtc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None)); this.properties = properties; } return this.properties; } } } } // configType.Name: WSTransactionSection namespace Microsoft.Transactions.Bridge.Configuration { sealed partial class WSTransactionSection { ConfigurationPropertyCollection properties; protected override ConfigurationPropertyCollection Properties { get { if (this.properties == null) { ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); properties.Add(new ConfigurationProperty("addressPrefix", typeof(System.String), "WsatService", null, new System.Configuration.StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.None)); this.properties = properties; } return this.properties; } } } } // 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
- TextServicesHost.cs
- MenuEventArgs.cs
- ImageDrawing.cs
- dataobject.cs
- PrintingPermission.cs
- AppSecurityManager.cs
- PopupControlService.cs
- RequestCachingSection.cs
- activationcontext.cs
- ComplexBindingPropertiesAttribute.cs
- BinaryParser.cs
- ChangePasswordAutoFormat.cs
- ImageMapEventArgs.cs
- OptionUsage.cs
- ConfigXmlAttribute.cs
- ITreeGenerator.cs
- Path.cs
- TemplateBindingExpression.cs
- ProcessHostServerConfig.cs
- DecoderReplacementFallback.cs
- Calendar.cs
- PolyLineSegment.cs
- IncrementalReadDecoders.cs
- MenuItem.cs
- CodeDirectionExpression.cs
- InternalConfigEventArgs.cs
- VirtualDirectoryMappingCollection.cs
- SolidColorBrush.cs
- ScalarConstant.cs
- SelectionService.cs
- TextCollapsingProperties.cs
- XamlFilter.cs
- SpellerError.cs
- SAPIEngineTypes.cs
- AttributeCollection.cs
- SchemaTableColumn.cs
- XmlNamespaceMappingCollection.cs
- __Filters.cs
- ConstNode.cs
- ServicesUtilities.cs
- LabelAutomationPeer.cs
- DesignerCategoryAttribute.cs
- HtmlInputRadioButton.cs
- CorePropertiesFilter.cs
- ADRole.cs
- ProvidePropertyAttribute.cs
- XmlIncludeAttribute.cs
- CompilationUtil.cs
- TargetControlTypeAttribute.cs
- TrackPoint.cs
- SerialPinChanges.cs
- WebEventCodes.cs
- AccessDataSource.cs
- Filter.cs
- DrawToolTipEventArgs.cs
- ScriptReferenceBase.cs
- AutomationIdentifier.cs
- MenuCommands.cs
- LocalFileSettingsProvider.cs
- TypeElementCollection.cs
- OptimizedTemplateContent.cs
- MultiTrigger.cs
- MenuBindingsEditorForm.cs
- ExtractorMetadata.cs
- iisPickupDirectory.cs
- Catch.cs
- SqlUserDefinedAggregateAttribute.cs
- PkcsUtils.cs
- ConditionBrowserDialog.cs
- GridViewUpdatedEventArgs.cs
- XmlSchemaAnyAttribute.cs
- CollectionBuilder.cs
- TrackingServices.cs
- CorrelationTokenTypeConvertor.cs
- Trace.cs
- WebServiceReceive.cs
- ClrProviderManifest.cs
- HealthMonitoringSectionHelper.cs
- SafeMemoryMappedViewHandle.cs
- Compiler.cs
- StrokeDescriptor.cs
- ParserHooks.cs
- SystemUnicastIPAddressInformation.cs
- Property.cs
- BinaryCommonClasses.cs
- Line.cs
- BaseParser.cs
- SqlTypeConverter.cs
- BehaviorEditorPart.cs
- RoutedEventValueSerializer.cs
- CodeFieldReferenceExpression.cs
- ReaderWriterLockWrapper.cs
- CommandBinding.cs
- EditorZone.cs
- ScriptResourceAttribute.cs
- __TransparentProxy.cs
- HttpHandlersSection.cs
- CellQuery.cs
- CryptoProvider.cs
- ValidatedControlConverter.cs