Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapIncludeAttribute.cs / 1 / SoapIncludeAttribute.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
/// [To be supplied.]
///
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface | AttributeTargets.Method, AllowMultiple=true)]
public class SoapIncludeAttribute : System.Attribute {
Type type;
///
///
/// [To be supplied.]
///
public SoapIncludeAttribute(Type type) {
this.type = type;
}
///
///
/// [To be supplied.]
///
public Type Type {
get { return type; }
set { 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
- followingquery.cs
- QueryAsyncResult.cs
- VirtualPathUtility.cs
- counter.cs
- OdbcConnectionPoolProviderInfo.cs
- MetaModel.cs
- CompModSwitches.cs
- UIElementAutomationPeer.cs
- TerminatorSinks.cs
- ISAPIWorkerRequest.cs
- PhonemeConverter.cs
- StylusButtonCollection.cs
- pingexception.cs
- Operators.cs
- ReferencedAssembly.cs
- ImageMap.cs
- StylusButtonEventArgs.cs
- Task.cs
- NetworkInformationPermission.cs
- ValueCollectionParameterReader.cs
- StrokeNodeOperations.cs
- ObjectDataSourceChooseMethodsPanel.cs
- DiscoveryClientElement.cs
- ProxyHwnd.cs
- MaskedTextBoxDesigner.cs
- XmlDeclaration.cs
- EventHandlerService.cs
- TrackingParticipant.cs
- XmlDownloadManager.cs
- SequentialOutput.cs
- ThreadPool.cs
- LinkArea.cs
- TCEAdapterGenerator.cs
- AVElementHelper.cs
- StringUtil.cs
- DataGridViewCellConverter.cs
- XmlSchemaInfo.cs
- StreamSecurityUpgradeAcceptorBase.cs
- SessionEndedEventArgs.cs
- SourceInterpreter.cs
- LineSegment.cs
- BufferedGenericXmlSecurityToken.cs
- SwitchExpression.cs
- BitmapEffectInputData.cs
- HtmlFormParameterWriter.cs
- NamedPipeProcessProtocolHandler.cs
- SqlBulkCopyColumnMapping.cs
- WindowsFormsHelpers.cs
- returneventsaver.cs
- ProxyHelper.cs
- NestedContainer.cs
- LookupBindingPropertiesAttribute.cs
- Base64Encoder.cs
- EditorPartChrome.cs
- DataObjectEventArgs.cs
- GetPageNumberCompletedEventArgs.cs
- _SpnDictionary.cs
- NamespaceQuery.cs
- ReceiveContextCollection.cs
- DecoderNLS.cs
- ReachDocumentReferenceCollectionSerializer.cs
- TimeSpanMinutesConverter.cs
- BitmapEffectOutputConnector.cs
- Set.cs
- RuntimeUtils.cs
- TextDecoration.cs
- WebPartDesigner.cs
- WebSysDescriptionAttribute.cs
- SecurityUtils.cs
- EntityAdapter.cs
- Permission.cs
- EntityDataSourceUtil.cs
- TableRowGroup.cs
- SelectedDatesCollection.cs
- WebPartTracker.cs
- XmlProcessingInstruction.cs
- SqlDataSourceSelectingEventArgs.cs
- FragmentNavigationEventArgs.cs
- SetMemberBinder.cs
- RtfFormatStack.cs
- XmlDictionary.cs
- SoapAttributeAttribute.cs
- SecurityAlgorithmSuite.cs
- HttpListenerException.cs
- QueryActivatableWorkflowsCommand.cs
- ConfigurationManagerInternalFactory.cs
- BitmapDecoder.cs
- HttpHandler.cs
- ProfileServiceManager.cs
- CaseInsensitiveComparer.cs
- CaretElement.cs
- WebPartChrome.cs
- XslCompiledTransform.cs
- JpegBitmapDecoder.cs
- ColumnWidthChangedEvent.cs
- SizeValueSerializer.cs
- DataGridItemAttachedStorage.cs
- PointCollection.cs
- TemplateEditingVerb.cs
- InitializationEventAttribute.cs