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
- ObjectSet.cs
- XmlRawWriterWrapper.cs
- PocoEntityKeyStrategy.cs
- WebPartZoneBase.cs
- InstanceKeyCollisionException.cs
- ModelUIElement3D.cs
- AsmxEndpointPickerExtension.cs
- LoginDesignerUtil.cs
- AsymmetricKeyExchangeDeformatter.cs
- TextTreeObjectNode.cs
- Page.cs
- ToolboxItemSnapLineBehavior.cs
- DbDataRecord.cs
- ListChangedEventArgs.cs
- StylusCaptureWithinProperty.cs
- XmlSchemaException.cs
- ObjectListShowCommandsEventArgs.cs
- DrawTreeNodeEventArgs.cs
- CharacterHit.cs
- BufferedOutputStream.cs
- SingleConverter.cs
- WindowsToolbar.cs
- fixedPageContentExtractor.cs
- Repeater.cs
- ObjectViewEntityCollectionData.cs
- ObjectNavigationPropertyMapping.cs
- ExpressionParser.cs
- GradientBrush.cs
- Misc.cs
- TagPrefixCollection.cs
- DataTableNameHandler.cs
- VisualTarget.cs
- WebPartEditVerb.cs
- ContentHostHelper.cs
- EditorPart.cs
- AsymmetricKeyExchangeFormatter.cs
- OutOfProcStateClientManager.cs
- FormsIdentity.cs
- UserControlParser.cs
- TracingConnection.cs
- NavigateEvent.cs
- Button.cs
- TableRowCollection.cs
- AssemblyCache.cs
- UpDownEvent.cs
- ObjectFullSpanRewriter.cs
- RepeatInfo.cs
- FormsAuthenticationEventArgs.cs
- TableNameAttribute.cs
- DesigntimeLicenseContextSerializer.cs
- VersionedStreamOwner.cs
- ModifierKeysValueSerializer.cs
- CommandValueSerializer.cs
- VisualStateManager.cs
- PermissionToken.cs
- SelectionProviderWrapper.cs
- DesignerLoader.cs
- ProjectionPathSegment.cs
- HiddenField.cs
- Utils.cs
- TrustLevel.cs
- DataObject.cs
- SqlDataSourceConfigureSelectPanel.cs
- ListViewGroupItemCollection.cs
- MergeLocalizationDirectives.cs
- ObjectContextServiceProvider.cs
- DocumentPageHost.cs
- MULTI_QI.cs
- LabelEditEvent.cs
- EditorServiceContext.cs
- BaseUriHelper.cs
- AnnotationStore.cs
- SqlFunctions.cs
- PropertyChangedEventManager.cs
- XmlSchemaInfo.cs
- TreeView.cs
- SettingsPropertyWrongTypeException.cs
- DiscreteKeyFrames.cs
- PersistenceTypeAttribute.cs
- SqlDataSourceCustomCommandEditor.cs
- CompilerGeneratedAttribute.cs
- PropertyValueUIItem.cs
- WebPartCancelEventArgs.cs
- EventsTab.cs
- NetworkInformationException.cs
- QilExpression.cs
- DictationGrammar.cs
- Separator.cs
- ElementProxy.cs
- UrlPropertyAttribute.cs
- DeviceSpecificChoice.cs
- TemplateInstanceAttribute.cs
- WebPartConnectionsCancelVerb.cs
- ParamArrayAttribute.cs
- Stackframe.cs
- DbConnectionPoolGroup.cs
- DesigntimeLicenseContextSerializer.cs
- ByteStreamMessageUtility.cs
- ScrollViewer.cs
- DocumentSequenceHighlightLayer.cs