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
- PointLightBase.cs
- ControlFilterExpression.cs
- RangeValidator.cs
- util.cs
- LineGeometry.cs
- Buffer.cs
- ImageListUtils.cs
- SqlNotificationEventArgs.cs
- DataControlPagerLinkButton.cs
- SmiMetaDataProperty.cs
- ScrollItemPattern.cs
- GeneralTransform3DTo2DTo3D.cs
- ActivityWithResultConverter.cs
- SecurityDescriptor.cs
- ProxyRpc.cs
- ECDiffieHellmanCng.cs
- RegexMatch.cs
- WebPartMenuStyle.cs
- ValueChangedEventManager.cs
- ValidatingPropertiesEventArgs.cs
- DataGridViewCheckBoxCell.cs
- ServiceDescriptionImporter.cs
- SqlConnectionPoolGroupProviderInfo.cs
- TabControl.cs
- RegistryConfigurationProvider.cs
- ResourceSet.cs
- ConfigXmlCDataSection.cs
- UnsupportedPolicyOptionsException.cs
- ButtonRenderer.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- EmptyControlCollection.cs
- CellConstantDomain.cs
- PropertyDescriptor.cs
- ProcessHostFactoryHelper.cs
- RequestQueue.cs
- ServerValidateEventArgs.cs
- ItemCheckedEvent.cs
- FlowDocumentReader.cs
- ArgumentReference.cs
- Semaphore.cs
- BinHexEncoder.cs
- SQLDateTimeStorage.cs
- ByeMessageApril2005.cs
- VectorAnimation.cs
- HttpMethodConstraint.cs
- SHA384Managed.cs
- FixedSOMLineCollection.cs
- NavigatorOutput.cs
- ToolStripDropDownMenu.cs
- CssClassPropertyAttribute.cs
- HttpFileCollection.cs
- PopOutPanel.cs
- AvTraceFormat.cs
- Vector3dCollection.cs
- IOException.cs
- RelationshipFixer.cs
- XamlInterfaces.cs
- WindowsTokenRoleProvider.cs
- DocumentCollection.cs
- ListManagerBindingsCollection.cs
- UserPersonalizationStateInfo.cs
- Operators.cs
- ControlAdapter.cs
- DataSourceView.cs
- TranslateTransform3D.cs
- SmtpReplyReader.cs
- Pkcs7Signer.cs
- HMAC.cs
- DesignerAdRotatorAdapter.cs
- XMLSyntaxException.cs
- JpegBitmapEncoder.cs
- DocumentViewerBase.cs
- BodyGlyph.cs
- UnsafeNativeMethods.cs
- NameObjectCollectionBase.cs
- DateBoldEvent.cs
- UInt16Storage.cs
- ClientSettingsSection.cs
- XmlSchemaElement.cs
- InProcStateClientManager.cs
- SignatureToken.cs
- CopyNodeSetAction.cs
- MetadataHelper.cs
- XmlNotation.cs
- XmlILConstructAnalyzer.cs
- Image.cs
- SimpleWorkerRequest.cs
- LogArchiveSnapshot.cs
- PropertyToken.cs
- HandlerFactoryWrapper.cs
- ResolveNameEventArgs.cs
- QilExpression.cs
- SQLDecimal.cs
- ConnectionPointCookie.cs
- XmlBoundElement.cs
- DropShadowBitmapEffect.cs
- _NestedSingleAsyncResult.cs
- AutomationProperties.cs
- ArrayList.cs
- RadioButton.cs