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; /// /// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UdpTransportSettingsElement.cs
- WeakEventTable.cs
- CompatibleIComparer.cs
- IntranetCredentialPolicy.cs
- HandlerWithFactory.cs
- FormViewUpdatedEventArgs.cs
- PackageRelationshipCollection.cs
- DbConnectionInternal.cs
- Int32KeyFrameCollection.cs
- FrameworkObject.cs
- ConfigurationSettings.cs
- TranslateTransform.cs
- Helper.cs
- ApplicationFileCodeDomTreeGenerator.cs
- GenericAuthenticationEventArgs.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ByteStreamGeometryContext.cs
- DebugTraceHelper.cs
- ScriptModule.cs
- PriorityChain.cs
- Pens.cs
- ModelVisual3D.cs
- SharedDp.cs
- DataGrid.cs
- XNodeValidator.cs
- UnwrappedTypesXmlSerializerManager.cs
- SerialErrors.cs
- XmlLinkedNode.cs
- SectionUpdates.cs
- NetNamedPipeBinding.cs
- TemplateColumn.cs
- EmptyWorkItem.cs
- RuntimeEnvironment.cs
- WpfPayload.cs
- RegistryKey.cs
- FocusWithinProperty.cs
- UncommonField.cs
- WorkflowApplicationCompletedException.cs
- DataBoundControlHelper.cs
- DockingAttribute.cs
- ToolStripSystemRenderer.cs
- StorageComplexPropertyMapping.cs
- Internal.cs
- HitTestWithGeometryDrawingContextWalker.cs
- DelegatedStream.cs
- AuthorizationContext.cs
- PriorityRange.cs
- TimersDescriptionAttribute.cs
- MemoryRecordBuffer.cs
- XPathEmptyIterator.cs
- OutputCacheProviderCollection.cs
- WmlListAdapter.cs
- NameSpaceEvent.cs
- TraceSection.cs
- Variable.cs
- HuffmanTree.cs
- HtmlTitle.cs
- SchemaInfo.cs
- GradientStopCollection.cs
- EnterpriseServicesHelper.cs
- RoutedEventArgs.cs
- WebPartDisplayModeCancelEventArgs.cs
- ScriptComponentDescriptor.cs
- TypeElement.cs
- ConfigsHelper.cs
- AssemblyBuilderData.cs
- TileBrush.cs
- ShapeTypeface.cs
- CharacterBufferReference.cs
- DocumentApplicationJournalEntry.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- SafeSecurityHandles.cs
- SafeNativeMethods.cs
- TypeUtils.cs
- Material.cs
- UniformGrid.cs
- AddInToken.cs
- MetadataExchangeClient.cs
- ProvidersHelper.cs
- EntityDataSourceColumn.cs
- XamlTreeBuilderBamlRecordWriter.cs
- TimeSpanValidator.cs
- Light.cs
- ISessionStateStore.cs
- CodeNamespaceCollection.cs
- SystemException.cs
- IPEndPointCollection.cs
- DataGridViewSelectedRowCollection.cs
- Lease.cs
- Comparer.cs
- ClassHandlersStore.cs
- DecimalConstantAttribute.cs
- HighlightVisual.cs
- PropertyPathConverter.cs
- SqlFacetAttribute.cs
- CompositeTypefaceMetrics.cs
- OrderedDictionary.cs
- ConnectionInterfaceCollection.cs
- AccessedThroughPropertyAttribute.cs
- GeneralTransformCollection.cs