Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / TransactionBridge / Microsoft / Transactions / Bridge / Configuration / WSTransactionSection.cs / 1 / WSTransactionSection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.Transactions.Bridge.Configuration { using System; using System.Configuration; using System.Globalization; using Microsoft.Transactions.Bridge; internal sealed partial class WSTransactionSection : ConfigurationSection { public WSTransactionSection() : base() {} [ConfigurationProperty(ConfigurationStrings.AddressPrefix, DefaultValue = "WsatService", Options = ConfigurationPropertyOptions.None)] [StringValidator(MinLength = 0)] public string AddressPrefix { get { return (string)base[ConfigurationStrings.AddressPrefix]; } set { if (String.IsNullOrEmpty(value)) { value = String.Empty; } base[ConfigurationStrings.AddressPrefix] = value; } } } } // 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
- DocumentReferenceCollection.cs
- TableLayoutCellPaintEventArgs.cs
- SmtpLoginAuthenticationModule.cs
- HtmlInputCheckBox.cs
- SelectionItemPattern.cs
- XmlSchemaSubstitutionGroup.cs
- AuthenticationService.cs
- ToolstripProfessionalRenderer.cs
- InputLanguageCollection.cs
- loginstatus.cs
- mediaclock.cs
- OperationPickerDialog.designer.cs
- TypeConstant.cs
- DesignerOptions.cs
- XslTransform.cs
- SqlVisitor.cs
- LinqTreeNodeEvaluator.cs
- TrackingStringDictionary.cs
- PageBorderless.cs
- SimpleType.cs
- Parser.cs
- Shape.cs
- EntityClientCacheEntry.cs
- MethodToken.cs
- TrackingProfileSerializer.cs
- BookmarkManager.cs
- AnimationStorage.cs
- BrowserCapabilitiesFactory.cs
- BamlRecordWriter.cs
- Subtract.cs
- QueryOperationResponseOfT.cs
- EndpointDiscoveryMetadata11.cs
- LinkButton.cs
- QueueException.cs
- ConversionContext.cs
- SchemaMapping.cs
- Polygon.cs
- WinEventWrap.cs
- SchemaImporter.cs
- InputLanguageProfileNotifySink.cs
- SharedUtils.cs
- MessageContractExporter.cs
- CachingHintValidation.cs
- InternalsVisibleToAttribute.cs
- ChangePassword.cs
- ItemCollection.cs
- PeekCompletedEventArgs.cs
- Signature.cs
- OleDbConnection.cs
- ToolStripContentPanel.cs
- WebPartCloseVerb.cs
- DesignerAutoFormatCollection.cs
- TextShapeableCharacters.cs
- TextServicesHost.cs
- SqlDataSource.cs
- Win32.cs
- DataRowExtensions.cs
- LineVisual.cs
- ProfilePropertyNameValidator.cs
- StreamGeometry.cs
- ExtenderControl.cs
- BindingGraph.cs
- VScrollProperties.cs
- SymbolMethod.cs
- ZoomingMessageFilter.cs
- PageThemeCodeDomTreeGenerator.cs
- OdbcConnectionOpen.cs
- InfoCardRSACryptoProvider.cs
- PageBreakRecord.cs
- SolidColorBrush.cs
- Scripts.cs
- Base64Stream.cs
- Processor.cs
- IISMapPath.cs
- HtmlTable.cs
- EmptyControlCollection.cs
- EmptyEnumerator.cs
- rsa.cs
- InfoCardKeyedHashAlgorithm.cs
- MarshalDirectiveException.cs
- AssociationSetMetadata.cs
- GetPageNumberCompletedEventArgs.cs
- MetadataPropertyvalue.cs
- EditBehavior.cs
- TraceContextEventArgs.cs
- ByteArrayHelperWithString.cs
- CalendarTable.cs
- Reference.cs
- MarkupExtensionReturnTypeAttribute.cs
- FixedDocumentSequencePaginator.cs
- MergablePropertyAttribute.cs
- TrustManager.cs
- ListViewItemEventArgs.cs
- ErrorFormatterPage.cs
- DesignTimeSiteMapProvider.cs
- Bits.cs
- PropertyInfoSet.cs
- XmlSchemaSubstitutionGroup.cs
- ProfileInfo.cs
- RequiredAttributeAttribute.cs