Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewColumnEventArgs.cs
- DataGridViewImageColumn.cs
- SecurityState.cs
- OrderedDictionary.cs
- DataGridViewCellStyleChangedEventArgs.cs
- TimeoutValidationAttribute.cs
- NavigationWindow.cs
- TranslateTransform3D.cs
- LineBreakRecord.cs
- XmlDeclaration.cs
- DataListCommandEventArgs.cs
- EntityDataSourceChangedEventArgs.cs
- ForceCopyBuildProvider.cs
- DES.cs
- BezierSegment.cs
- SslStream.cs
- DataTableClearEvent.cs
- ClientSettingsStore.cs
- BoolExpr.cs
- GridViewAutomationPeer.cs
- MethodCallExpression.cs
- DecimalStorage.cs
- HandlerWithFactory.cs
- ResponseStream.cs
- RegistryPermission.cs
- DecoderNLS.cs
- StyleReferenceConverter.cs
- TagMapCollection.cs
- NetDataContractSerializer.cs
- GlyphRun.cs
- xsdvalidator.cs
- fixedPageContentExtractor.cs
- CommandHelpers.cs
- TagNameToTypeMapper.cs
- SqlDataReaderSmi.cs
- MethodExpr.cs
- RegisteredExpandoAttribute.cs
- FocusTracker.cs
- SplashScreen.cs
- IndexedString.cs
- Matrix.cs
- SerializationInfo.cs
- sqlpipe.cs
- ZoneIdentityPermission.cs
- CredentialCache.cs
- WithStatement.cs
- LockRenewalTask.cs
- DataGridViewColumnStateChangedEventArgs.cs
- Stream.cs
- ContractNamespaceAttribute.cs
- DataRelation.cs
- PagesChangedEventArgs.cs
- ObjectDisposedException.cs
- SafeSecurityHandles.cs
- OptimisticConcurrencyException.cs
- CombinedGeometry.cs
- ParsedAttributeCollection.cs
- RootDesignerSerializerAttribute.cs
- Mouse.cs
- MessageSecurityProtocol.cs
- SoapAttributes.cs
- counter.cs
- BrushProxy.cs
- WindowsRichEditRange.cs
- GC.cs
- XPathArrayIterator.cs
- VisualStyleElement.cs
- ExtendedProperty.cs
- XmlILConstructAnalyzer.cs
- AggregateNode.cs
- basenumberconverter.cs
- DragEvent.cs
- FocusWithinProperty.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- DataColumnCollection.cs
- WindowsSpinner.cs
- Main.cs
- StylusPointPropertyInfo.cs
- ExpressionVisitor.cs
- Win32.cs
- XmlSerializer.cs
- RTLAwareMessageBox.cs
- SqlGenerator.cs
- BoundColumn.cs
- ReflectTypeDescriptionProvider.cs
- HyperLinkDataBindingHandler.cs
- RoutedPropertyChangedEventArgs.cs
- XmlEntityReference.cs
- DetailsViewDeleteEventArgs.cs
- _DisconnectOverlappedAsyncResult.cs
- FormViewCommandEventArgs.cs
- DynamicPropertyHolder.cs
- ISAPIApplicationHost.cs
- FilteredDataSetHelper.cs
- TargetControlTypeCache.cs
- BuildProvidersCompiler.cs
- FontDifferentiator.cs
- AppDomainProtocolHandler.cs
- CodeEntryPointMethod.cs
- InkCanvasFeedbackAdorner.cs