Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / DataContractFormatAttribute.cs / 1 / DataContractFormatAttribute.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel { using System; using System.Runtime.Serialization; [AttributeUsage(ServiceModelAttributeTargets.ServiceContract | ServiceModelAttributeTargets.OperationContract, Inherited = false, AllowMultiple = false)] public sealed class DataContractFormatAttribute : Attribute { OperationFormatStyle style; public OperationFormatStyle Style { get { return style; } set { XmlSerializerFormatAttribute.ValidateOperationFormatStyle(style); style = 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
- UIElement.cs
- ErrorEventArgs.cs
- WebPartEventArgs.cs
- LeftCellWrapper.cs
- SendActivityDesignerTheme.cs
- ApplicationActivator.cs
- LayoutUtils.cs
- LinkArea.cs
- CodeBlockBuilder.cs
- CroppedBitmap.cs
- ToolboxDataAttribute.cs
- SqlVersion.cs
- InternalBufferManager.cs
- ApplicationFileCodeDomTreeGenerator.cs
- WrapperSecurityCommunicationObject.cs
- HtmlFormWrapper.cs
- ViewEventArgs.cs
- MsmqIntegrationBinding.cs
- DbProviderConfigurationHandler.cs
- ImageCollectionCodeDomSerializer.cs
- SharedHttpTransportManager.cs
- XmlDocumentViewSchema.cs
- PropertyGeneratedEventArgs.cs
- ChannelHandler.cs
- DisposableCollectionWrapper.cs
- StringCollectionEditor.cs
- InstalledFontCollection.cs
- XmlSchemaAttributeGroupRef.cs
- MultiView.cs
- CssStyleCollection.cs
- COM2Properties.cs
- ViewLoader.cs
- IsolatedStoragePermission.cs
- SharedPersonalizationStateInfo.cs
- BitmapImage.cs
- SystemColors.cs
- WindowsFont.cs
- UnmanagedMemoryStreamWrapper.cs
- AsnEncodedData.cs
- RegexCode.cs
- HtmlTextArea.cs
- Label.cs
- WpfXamlMember.cs
- FormViewUpdatedEventArgs.cs
- BrushValueSerializer.cs
- WebDescriptionAttribute.cs
- AtomPub10ServiceDocumentFormatter.cs
- SimpleHandlerFactory.cs
- ExpressionNormalizer.cs
- ActivityDesigner.cs
- CookielessHelper.cs
- RootNamespaceAttribute.cs
- FrameworkEventSource.cs
- DBNull.cs
- InteropAutomationProvider.cs
- wmiprovider.cs
- MembershipValidatePasswordEventArgs.cs
- keycontainerpermission.cs
- Size3DValueSerializer.cs
- HyperLinkDataBindingHandler.cs
- TextAnchor.cs
- WebBaseEventKeyComparer.cs
- UInt16Converter.cs
- CombinedGeometry.cs
- Listen.cs
- ColorConvertedBitmap.cs
- CommonDialog.cs
- PreloadedPackages.cs
- MonitoringDescriptionAttribute.cs
- SelectionItemProviderWrapper.cs
- ToolboxItemImageConverter.cs
- PropVariant.cs
- InvalidateEvent.cs
- StringResourceManager.cs
- DbBuffer.cs
- TemplateContainer.cs
- SqlConnection.cs
- RoutedEventArgs.cs
- RuntimeHandles.cs
- FormsAuthenticationEventArgs.cs
- DesignerContextDescriptor.cs
- WebReferencesBuildProvider.cs
- LeafCellTreeNode.cs
- WebConvert.cs
- WebErrorHandler.cs
- GeometryCollection.cs
- CompilationPass2TaskInternal.cs
- InternalTypeHelper.cs
- latinshape.cs
- EarlyBoundInfo.cs
- ResourceDescriptionAttribute.cs
- InstallerTypeAttribute.cs
- BasicViewGenerator.cs
- Transaction.cs
- XpsFilter.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- TextDecorationCollection.cs
- WebHttpDispatchOperationSelector.cs
- CodeArrayIndexerExpression.cs
- TreeNode.cs