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
- CommandExpr.cs
- RepeatInfo.cs
- Expression.cs
- JsonServiceDocumentSerializer.cs
- IResourceProvider.cs
- InstalledVoice.cs
- AppDomainProtocolHandler.cs
- ParseHttpDate.cs
- DropShadowBitmapEffect.cs
- ProcessInputEventArgs.cs
- TextContainerChangedEventArgs.cs
- ChannelDispatcher.cs
- PersonalizationEntry.cs
- ObjectItemAssemblyLoader.cs
- GenericIdentity.cs
- ThicknessKeyFrameCollection.cs
- Memoizer.cs
- BamlWriter.cs
- InstanceNormalEvent.cs
- TrailingSpaceComparer.cs
- URIFormatException.cs
- Membership.cs
- ByteBufferPool.cs
- Parameter.cs
- CreateParams.cs
- VectorCollectionConverter.cs
- OdbcFactory.cs
- CodeCommentStatementCollection.cs
- WebHttpDispatchOperationSelector.cs
- Column.cs
- WebBrowserPermission.cs
- PartialCachingControl.cs
- DataSourceProvider.cs
- ADMembershipUser.cs
- DataRowChangeEvent.cs
- EventArgs.cs
- CodeDOMUtility.cs
- ACE.cs
- SessionStateItemCollection.cs
- CompositeFontFamily.cs
- LineGeometry.cs
- Container.cs
- HtmlProps.cs
- ResourceWriter.cs
- DataGridViewCellStateChangedEventArgs.cs
- RenameRuleObjectDialog.Designer.cs
- XPathChildIterator.cs
- ConnectionManagementElement.cs
- ChannelTerminatedException.cs
- StreamingContext.cs
- SqlRetyper.cs
- FormsAuthenticationEventArgs.cs
- SynchronousChannel.cs
- ExtenderProvidedPropertyAttribute.cs
- MruCache.cs
- XMLUtil.cs
- RedistVersionInfo.cs
- CssStyleCollection.cs
- TypeConverterBase.cs
- NextPreviousPagerField.cs
- WindowAutomationPeer.cs
- InstanceOwner.cs
- DefaultProxySection.cs
- CatalogZoneBase.cs
- WebPartEditorApplyVerb.cs
- SafeNativeMethodsCLR.cs
- ForceCopyBuildProvider.cs
- SplashScreen.cs
- CfgParser.cs
- UiaCoreTypesApi.cs
- InputEventArgs.cs
- HasCopySemanticsAttribute.cs
- CompositeActivityCodeGenerator.cs
- SHA256Managed.cs
- DataGridViewButtonColumn.cs
- DWriteFactory.cs
- MetadataArtifactLoaderCompositeResource.cs
- WinEventQueueItem.cs
- PathFigureCollection.cs
- SafeCryptContextHandle.cs
- SortDescriptionCollection.cs
- ObjectDataSourceView.cs
- WebSysDescriptionAttribute.cs
- ContextDataSourceContextData.cs
- CodeExpressionStatement.cs
- AssemblyGen.cs
- XmlSchemaSequence.cs
- RuntimeHelpers.cs
- DataGridViewCellCollection.cs
- SignedPkcs7.cs
- DeploymentSection.cs
- Encoder.cs
- DifferencingCollection.cs
- DataGridViewHitTestInfo.cs
- XmlILConstructAnalyzer.cs
- FormatException.cs
- FullTextLine.cs
- DataPagerFieldItem.cs
- PreviousTrackingServiceAttribute.cs
- InfoCardTraceRecord.cs