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
- TextEditorMouse.cs
- login.cs
- QuaternionAnimation.cs
- XmlNodeChangedEventManager.cs
- ByteStack.cs
- WebPartEditVerb.cs
- FormView.cs
- SqlInfoMessageEvent.cs
- TypeBuilderInstantiation.cs
- WorkflowViewManager.cs
- TdsParserStateObject.cs
- DetailsViewUpdateEventArgs.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ProxyWebPartManager.cs
- DesignerDataSourceView.cs
- ArgumentNullException.cs
- WeakReferenceEnumerator.cs
- StringUtil.cs
- WrappedIUnknown.cs
- HttpContext.cs
- LinqDataSourceValidationException.cs
- CompilerLocalReference.cs
- DataReceivedEventArgs.cs
- CuspData.cs
- ClientScriptItemCollection.cs
- HttpWrapper.cs
- Point3DCollectionConverter.cs
- Internal.cs
- FilteredReadOnlyMetadataCollection.cs
- Math.cs
- RemoteDebugger.cs
- TemplateBuilder.cs
- RemoteWebConfigurationHost.cs
- AttributeProviderAttribute.cs
- AnyReturnReader.cs
- SqlUDTStorage.cs
- ToolBarDesigner.cs
- RestClientProxyHandler.cs
- wmiutil.cs
- Win32PrintDialog.cs
- _OSSOCK.cs
- VoiceInfo.cs
- ReaderContextStackData.cs
- While.cs
- TypeBuilderInstantiation.cs
- SqlUserDefinedAggregateAttribute.cs
- SocketPermission.cs
- DataSourceListEditor.cs
- MetadataArtifactLoaderFile.cs
- ACL.cs
- MarkupCompilePass2.cs
- BackgroundWorker.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- PathData.cs
- DataViewListener.cs
- UiaCoreTypesApi.cs
- DocumentViewerHelper.cs
- Win32PrintDialog.cs
- TableLayoutPanelCellPosition.cs
- SpeakProgressEventArgs.cs
- ListViewCommandEventArgs.cs
- ItemChangedEventArgs.cs
- AuthenticationSection.cs
- WindowsProgressbar.cs
- CheckBox.cs
- DecimalConverter.cs
- Figure.cs
- TagPrefixInfo.cs
- DefaultPrintController.cs
- PathData.cs
- TagPrefixInfo.cs
- Matrix.cs
- Polyline.cs
- TextControlDesigner.cs
- HttpMethodConstraint.cs
- MissingMemberException.cs
- SqlConnectionPoolProviderInfo.cs
- SQLDateTime.cs
- FtpRequestCacheValidator.cs
- BrowserCapabilitiesCodeGenerator.cs
- OpCopier.cs
- Lease.cs
- ThemeInfoAttribute.cs
- ColumnMapTranslator.cs
- UndoEngine.cs
- ValidationHelpers.cs
- NonVisualControlAttribute.cs
- SeekableReadStream.cs
- MimeObjectFactory.cs
- WebPartDeleteVerb.cs
- EraserBehavior.cs
- FormatException.cs
- NonSerializedAttribute.cs
- Validator.cs
- QuerySelectOp.cs
- WebPartConnectionsDisconnectVerb.cs
- MissingManifestResourceException.cs
- SmiEventSink.cs
- LiteralLink.cs
- PathSegmentCollection.cs