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
- BridgeDataRecord.cs
- Terminate.cs
- RtfControls.cs
- ResourceWriter.cs
- ConstraintStruct.cs
- ManifestResourceInfo.cs
- StateWorkerRequest.cs
- PeerNameRecord.cs
- ItemChangedEventArgs.cs
- AddInStore.cs
- DocumentPageHost.cs
- EventRecord.cs
- AnnotationService.cs
- UIPropertyMetadata.cs
- PassportAuthenticationModule.cs
- _ConnectStream.cs
- ListViewInsertedEventArgs.cs
- StyleSelector.cs
- DesignerActionListCollection.cs
- DataSourceCache.cs
- DEREncoding.cs
- UnlockInstanceAsyncResult.cs
- QueryLifecycle.cs
- XmlSchemaChoice.cs
- Cursor.cs
- EditorPartDesigner.cs
- ObjectItemConventionAssemblyLoader.cs
- XPathChildIterator.cs
- TextSerializer.cs
- PrimaryKeyTypeConverter.cs
- ThreadSafeList.cs
- NativeCompoundFileAPIs.cs
- PageThemeBuildProvider.cs
- LinkLabel.cs
- GenerateHelper.cs
- UrlParameterReader.cs
- TypeConverterAttribute.cs
- TextViewBase.cs
- RepeatButtonAutomationPeer.cs
- SkewTransform.cs
- Enum.cs
- DataFieldConverter.cs
- SettingsAttributeDictionary.cs
- NamespaceInfo.cs
- XmlWrappingReader.cs
- TextRangeSerialization.cs
- CompiledQueryCacheKey.cs
- OutputCacheSettings.cs
- UnmanagedMemoryStreamWrapper.cs
- GroupQuery.cs
- ImmutableDispatchRuntime.cs
- DispatcherHooks.cs
- Scheduler.cs
- ArrayList.cs
- PhysicalFontFamily.cs
- BufferedGraphics.cs
- ControlBuilderAttribute.cs
- LinearGradientBrush.cs
- PersonalizablePropertyEntry.cs
- DocumentPaginator.cs
- BindingWorker.cs
- DataViewSetting.cs
- BitmapSource.cs
- SqlVisitor.cs
- EventLog.cs
- HttpBindingExtension.cs
- PerformanceCounterCategory.cs
- AttributeAction.cs
- UIInitializationException.cs
- Pointer.cs
- HashSet.cs
- CharKeyFrameCollection.cs
- ThreadStartException.cs
- WebServiceBindingAttribute.cs
- DomNameTable.cs
- ValueSerializerAttribute.cs
- ResourceExpressionEditorSheet.cs
- LinkedList.cs
- ApplyTemplatesAction.cs
- TextDecorationLocationValidation.cs
- ReadOnlyDataSource.cs
- BlurBitmapEffect.cs
- SRGSCompiler.cs
- ButtonPopupAdapter.cs
- AgileSafeNativeMemoryHandle.cs
- CommandConverter.cs
- SystemResourceHost.cs
- File.cs
- CodePropertyReferenceExpression.cs
- EncryptedXml.cs
- IntSecurity.cs
- ReflectionHelper.cs
- UdpDuplexChannel.cs
- ExtensionElement.cs
- NumberSubstitution.cs
- XmlnsCache.cs
- CatalogPartChrome.cs
- AnnotationObservableCollection.cs
- Serialization.cs
- WindowsListViewScroll.cs