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
- WebPartVerb.cs
- AudioDeviceOut.cs
- SoapAttributeAttribute.cs
- RegexWorker.cs
- PropertyManager.cs
- RegexCharClass.cs
- DropShadowBitmapEffect.cs
- EnvironmentPermission.cs
- MetadataArtifactLoader.cs
- BamlTreeUpdater.cs
- LongTypeConverter.cs
- IEnumerable.cs
- TemplateBaseAction.cs
- StorageRoot.cs
- InputLanguageCollection.cs
- PointCollection.cs
- ClaimTypeElementCollection.cs
- ContextMenuStrip.cs
- LiteralControl.cs
- NullExtension.cs
- SID.cs
- BaseDataListPage.cs
- XmlSchemaAttributeGroup.cs
- HttpModuleCollection.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- Schema.cs
- SqlInternalConnection.cs
- Token.cs
- Column.cs
- ExchangeUtilities.cs
- UnaryOperationBinder.cs
- NetworkAddressChange.cs
- CheckableControlBaseAdapter.cs
- PathSegment.cs
- controlskin.cs
- XmlSchemaResource.cs
- MemoryMappedFileSecurity.cs
- ImageListUtils.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ColumnHeader.cs
- SiblingIterators.cs
- COM2Enum.cs
- QueryableDataSourceHelper.cs
- InplaceBitmapMetadataWriter.cs
- DesignerLinkAdapter.cs
- TreeNodeConverter.cs
- Rfc2898DeriveBytes.cs
- PermissionRequestEvidence.cs
- SqlDataSourceCustomCommandEditor.cs
- LogReserveAndAppendState.cs
- XmlChildNodes.cs
- LOSFormatter.cs
- RootDesignerSerializerAttribute.cs
- BulletedListEventArgs.cs
- Tokenizer.cs
- ManagedWndProcTracker.cs
- DefaultValueTypeConverter.cs
- Timer.cs
- FixedSOMTable.cs
- Polygon.cs
- TableRowCollection.cs
- MetafileHeaderWmf.cs
- ResXBuildProvider.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- AnimationStorage.cs
- Application.cs
- OleDbMetaDataFactory.cs
- RunInstallerAttribute.cs
- AssemblyNameProxy.cs
- ViewStateModeByIdAttribute.cs
- DataColumn.cs
- XmlSchemaImport.cs
- DelayDesigner.cs
- FilterInvalidBodyAccessException.cs
- CodeAttachEventStatement.cs
- StructuralType.cs
- WindowsListViewGroupHelper.cs
- LayoutEvent.cs
- TemplateControlCodeDomTreeGenerator.cs
- ClientSideProviderDescription.cs
- Enumerable.cs
- CodeActivity.cs
- CustomError.cs
- PageThemeBuildProvider.cs
- PasswordPropertyTextAttribute.cs
- SqlCaseSimplifier.cs
- CompositeScriptReference.cs
- XmlSchemaFacet.cs
- cache.cs
- safelinkcollection.cs
- XpsLiterals.cs
- SymLanguageType.cs
- AdapterDictionary.cs
- httpserverutility.cs
- XmlElement.cs
- TextModifierScope.cs
- HuffCodec.cs
- DeobfuscatingStream.cs
- ZipIOModeEnforcingStream.cs
- PermissionToken.cs