Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- PromptStyle.cs
- BaseComponentEditor.cs
- DetailsViewUpdatedEventArgs.cs
- EventLog.cs
- XmlSignatureManifest.cs
- XamlSerializerUtil.cs
- Accessible.cs
- UpdateCommand.cs
- AnnotationElement.cs
- AbstractDataSvcMapFileLoader.cs
- ThreadExceptionDialog.cs
- ButtonFieldBase.cs
- UserInitiatedNavigationPermission.cs
- BStrWrapper.cs
- DataObjectAttribute.cs
- LocatorPartList.cs
- BitmapSource.cs
- ObjectComplexPropertyMapping.cs
- SamlSecurityToken.cs
- LinkDescriptor.cs
- BufferModeSettings.cs
- GeneralTransform3DTo2DTo3D.cs
- NavigationProperty.cs
- DesignTimeTemplateParser.cs
- TabletDevice.cs
- MergeFilterQuery.cs
- _SingleItemRequestCache.cs
- PrinterSettings.cs
- ClientTargetSection.cs
- EllipseGeometry.cs
- TableLayout.cs
- XmlSchemaInfo.cs
- ButtonDesigner.cs
- ISessionStateStore.cs
- xmlsaver.cs
- GcHandle.cs
- SerializationObjectManager.cs
- RelOps.cs
- WeakReferenceList.cs
- SerialReceived.cs
- HttpTransportSecurity.cs
- ErrorLog.cs
- DetailsViewInsertEventArgs.cs
- ReachFixedPageSerializer.cs
- FileDialogPermission.cs
- BigInt.cs
- HorizontalAlignConverter.cs
- Cursor.cs
- XmlILModule.cs
- UserValidatedEventArgs.cs
- ElementNotEnabledException.cs
- _LoggingObject.cs
- RegexWorker.cs
- TypeDependencyAttribute.cs
- InvalidDataException.cs
- ConnectionManagementElement.cs
- XmlText.cs
- DbSetClause.cs
- SecurityPermission.cs
- NoPersistHandle.cs
- PassportAuthenticationModule.cs
- TabOrder.cs
- BaseDataList.cs
- BamlReader.cs
- Transactions.cs
- Socket.cs
- ServiceDurableInstanceContextProvider.cs
- ReaderContextStackData.cs
- HatchBrush.cs
- UnsafeNativeMethods.cs
- ElementAction.cs
- JumpList.cs
- CodeSnippetTypeMember.cs
- HttpCacheVary.cs
- PasswordTextNavigator.cs
- StateDesigner.LayoutSelectionGlyph.cs
- DefinitionBase.cs
- SQLSingle.cs
- WebResourceUtil.cs
- TypefaceMetricsCache.cs
- JsonServiceDocumentSerializer.cs
- MenuItemAutomationPeer.cs
- SingleObjectCollection.cs
- FixedTextBuilder.cs
- VisualStyleTypesAndProperties.cs
- DateTimeFormat.cs
- ListContractAdapter.cs
- ListItemConverter.cs
- XMLSyntaxException.cs
- ValidationError.cs
- Wrapper.cs
- InvokePatternIdentifiers.cs
- RefreshPropertiesAttribute.cs
- LinearQuaternionKeyFrame.cs
- SqlDataReader.cs
- SortedList.cs
- HttpRuntimeSection.cs
- NTAccount.cs
- Clock.cs
- AppDomainProtocolHandler.cs