Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / TransactionBridge / Microsoft / Transactions / Bridge / Configuration / ProtocolElement.cs / 1 / ProtocolElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace Microsoft.Transactions.Bridge.Configuration { using System; using System.Configuration; internal sealed partial class ProtocolElement : ConfigurationElement { public ProtocolElement() { } [ConfigurationProperty(ConfigurationStrings.Type, DefaultValue = "", Options = ConfigurationPropertyOptions.IsKey)] [StringValidator(MinLength = 0)] public string Type { get { return (string)base[ConfigurationStrings.Type]; } set { if (String.IsNullOrEmpty(value)) { value = String.Empty; } base[ConfigurationStrings.Type] = 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
- XmlSchemaParticle.cs
- MeasurementDCInfo.cs
- PageEventArgs.cs
- DataGridViewTextBoxColumn.cs
- DataReaderContainer.cs
- ConvertBinder.cs
- Dispatcher.cs
- PasswordPropertyTextAttribute.cs
- WebPartTracker.cs
- SqlBuffer.cs
- ITextView.cs
- ResolveNameEventArgs.cs
- Button.cs
- EntityDataSourceWizardForm.cs
- SynthesizerStateChangedEventArgs.cs
- ObjectAnimationBase.cs
- XmlDomTextWriter.cs
- XmlSchemaImporter.cs
- GcHandle.cs
- LocalizableResourceBuilder.cs
- SafeNativeMethods.cs
- ReadWriteSpinLock.cs
- SatelliteContractVersionAttribute.cs
- ListGeneralPage.cs
- DynamicRendererThreadManager.cs
- Transform3DCollection.cs
- EffectiveValueEntry.cs
- SqlTopReducer.cs
- Process.cs
- SecurityTokenTypes.cs
- FontWeights.cs
- DateTime.cs
- PngBitmapDecoder.cs
- DocumentXPathNavigator.cs
- ElementMarkupObject.cs
- WinInetCache.cs
- FormsAuthenticationConfiguration.cs
- WriteTimeStream.cs
- WeakEventManager.cs
- SpeakCompletedEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- NamespaceDisplayAutomationPeer.cs
- XmlTextAttribute.cs
- MessageQueueException.cs
- DataGridViewCellStyleChangedEventArgs.cs
- ConnectionManagementElement.cs
- TextRange.cs
- LedgerEntry.cs
- AlphaSortedEnumConverter.cs
- HTMLTextWriter.cs
- DesignerHelpers.cs
- RpcCryptoRequest.cs
- DynamicDiscoveryDocument.cs
- XmlnsPrefixAttribute.cs
- CharacterShapingProperties.cs
- TagPrefixInfo.cs
- RadioButtonPopupAdapter.cs
- TextLine.cs
- ConnectionManagementElementCollection.cs
- DelegateTypeInfo.cs
- BuildResult.cs
- SystemWebCachingSectionGroup.cs
- TextSelectionHelper.cs
- OleDbRowUpdatingEvent.cs
- StatusBar.cs
- EventProvider.cs
- X509ThumbprintKeyIdentifierClause.cs
- ServiceModelActivity.cs
- ContentDisposition.cs
- PersistenceTask.cs
- ButtonAutomationPeer.cs
- EmptyStringExpandableObjectConverter.cs
- TemplatedMailWebEventProvider.cs
- UpDownEvent.cs
- OdbcEnvironment.cs
- AdjustableArrowCap.cs
- ListMarkerLine.cs
- Latin1Encoding.cs
- WpfPayload.cs
- EdmError.cs
- Parsers.cs
- Logging.cs
- SqlConnection.cs
- ObfuscationAttribute.cs
- NodeFunctions.cs
- XmlDigitalSignatureProcessor.cs
- Zone.cs
- ThumbButtonInfoCollection.cs
- FieldBuilder.cs
- SmtpCommands.cs
- SynchronizationLockException.cs
- DataSourceHelper.cs
- WindowsListViewSubItem.cs
- RuntimeUtils.cs
- ScriptManagerProxy.cs
- TransactionalPackage.cs
- Invariant.cs
- SoapSchemaImporter.cs
- WebConfigurationFileMap.cs
- TextTreeTextNode.cs