Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapSchemaMember.cs / 1 / SoapSchemaMember.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
public class SoapSchemaMember {
string memberName;
XmlQualifiedName type = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
public XmlQualifiedName MemberType {
get { return type; }
set { type = value; }
}
///
///
/// [To be supplied.]
///
public string MemberName {
get { return memberName == null ? string.Empty : memberName; }
set { memberName = 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
- CodeCompileUnit.cs
- CodeCatchClauseCollection.cs
- Interlocked.cs
- Button.cs
- XmlQueryTypeFactory.cs
- WCFBuildProvider.cs
- VerticalAlignConverter.cs
- DataGridRelationshipRow.cs
- ElapsedEventArgs.cs
- EnumerableValidator.cs
- EmptyReadOnlyDictionaryInternal.cs
- XmlUtf8RawTextWriter.cs
- UnaryExpression.cs
- CachedPathData.cs
- AppDomainEvidenceFactory.cs
- Zone.cs
- StringConcat.cs
- XamlClipboardData.cs
- DataGridHyperlinkColumn.cs
- GorillaCodec.cs
- Span.cs
- CollectionViewGroup.cs
- ObjectPropertyMapping.cs
- AlternationConverter.cs
- HandlerBase.cs
- PropertyEmitter.cs
- InputLanguageSource.cs
- DataGridViewComboBoxCell.cs
- StringToken.cs
- TextOutput.cs
- HitTestFilterBehavior.cs
- SoapEnvelopeProcessingElement.cs
- MDIControlStrip.cs
- PreApplicationStartMethodAttribute.cs
- AutomationFocusChangedEventArgs.cs
- Content.cs
- StyleXamlTreeBuilder.cs
- WebPartDisplayModeCollection.cs
- PageBuildProvider.cs
- XmlChoiceIdentifierAttribute.cs
- ReadOnlyDictionary.cs
- HtmlTableCellCollection.cs
- DataControlLinkButton.cs
- DataPager.cs
- CharacterMetrics.cs
- ApplicationSettingsBase.cs
- DataGridViewEditingControlShowingEventArgs.cs
- HttpDictionary.cs
- TemplateControlBuildProvider.cs
- TextComposition.cs
- Message.cs
- KeyNotFoundException.cs
- CursorConverter.cs
- CompatibleComparer.cs
- SchemaCollectionPreprocessor.cs
- SignalGate.cs
- X509UI.cs
- DerivedKeySecurityTokenStub.cs
- BinaryCommonClasses.cs
- BitSet.cs
- ApplicationManager.cs
- CacheDependency.cs
- Point4DConverter.cs
- SystemSounds.cs
- StorageSetMapping.cs
- LazyTextWriterCreator.cs
- RegexCapture.cs
- PerfService.cs
- TemplateBaseAction.cs
- ValidationHelpers.cs
- TransportOutputChannel.cs
- FreeFormDragDropManager.cs
- HttpCacheVaryByContentEncodings.cs
- Stackframe.cs
- PerfService.cs
- RichTextBox.cs
- ICspAsymmetricAlgorithm.cs
- ISAPIRuntime.cs
- ServiceProviders.cs
- FontFamily.cs
- Ref.cs
- SamlSecurityTokenAuthenticator.cs
- ForceCopyBuildProvider.cs
- ActiveDocumentEvent.cs
- AbstractExpressions.cs
- DESCryptoServiceProvider.cs
- RevocationPoint.cs
- WebPartEditorApplyVerb.cs
- DateTimePickerDesigner.cs
- FilterQuery.cs
- CodeDelegateInvokeExpression.cs
- FontCacheLogic.cs
- EdmEntityTypeAttribute.cs
- Predicate.cs
- PageSettings.cs
- UIElement3DAutomationPeer.cs
- HandlerBase.cs
- HitTestParameters.cs
- Section.cs
- DataKey.cs