Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAttributeGroupRef.cs / 1 / XmlSchemaAttributeGroupRef.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated { XmlQualifiedName refName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("ref")] public XmlQualifiedName RefName { get { return refName; } set { refName = (value == null ? XmlQualifiedName.Empty : 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
- FileChangesMonitor.cs
- StoragePropertyMapping.cs
- IsolatedStoragePermission.cs
- DrawListViewColumnHeaderEventArgs.cs
- LicenseException.cs
- HttpHandler.cs
- CapabilitiesUse.cs
- SystemIPInterfaceStatistics.cs
- LazyLoadBehavior.cs
- SharedRuntimeState.cs
- ResponseStream.cs
- DataGridViewElement.cs
- SessionPageStateSection.cs
- RoleService.cs
- BroadcastEventHelper.cs
- SqlCacheDependencySection.cs
- FlowSwitch.cs
- DataServiceBehavior.cs
- COAUTHINFO.cs
- TraceSource.cs
- TextParagraphProperties.cs
- XmlTextReaderImpl.cs
- Matrix3D.cs
- BulletedList.cs
- PanningMessageFilter.cs
- TextEditorSelection.cs
- WindowsFormsSectionHandler.cs
- EdmProperty.cs
- Base64Decoder.cs
- UnsafeNativeMethods.cs
- ReadOnlyCollection.cs
- TabletDeviceInfo.cs
- PropertySourceInfo.cs
- SR.cs
- OleDbError.cs
- SelectiveScrollingGrid.cs
- BulletedList.cs
- OperandQuery.cs
- EdmSchemaAttribute.cs
- RoleManagerSection.cs
- EncodingDataItem.cs
- DrawingContextWalker.cs
- PasswordRecoveryAutoFormat.cs
- ObjectConverter.cs
- URLString.cs
- TagMapCollection.cs
- CompositeControl.cs
- SqlBulkCopy.cs
- Visual3DCollection.cs
- ValueChangedEventManager.cs
- XmlWriter.cs
- TextParentUndoUnit.cs
- ToolStripEditorManager.cs
- TabItem.cs
- ErrorInfoXmlDocument.cs
- Inflater.cs
- XPathMultyIterator.cs
- PathSegment.cs
- ProfilePropertySettings.cs
- ReadOnlyMetadataCollection.cs
- CategoryNameCollection.cs
- ImageMapEventArgs.cs
- Repeater.cs
- HtmlControl.cs
- RadioButtonList.cs
- DataBindingExpressionBuilder.cs
- WebServiceData.cs
- relpropertyhelper.cs
- SoapAttributes.cs
- Thumb.cs
- NavigatingCancelEventArgs.cs
- UITypeEditor.cs
- M3DUtil.cs
- WebPartEditorCancelVerb.cs
- XmlCollation.cs
- LayoutInformation.cs
- ValueSerializer.cs
- ThousandthOfEmRealDoubles.cs
- ResponseBodyWriter.cs
- BindingList.cs
- TraversalRequest.cs
- SByte.cs
- StickyNoteHelper.cs
- MemoryStream.cs
- TransferRequestHandler.cs
- ManagementObjectCollection.cs
- HtmlLink.cs
- ModelTreeManager.cs
- CompilerLocalReference.cs
- DataServiceRequestArgs.cs
- Evaluator.cs
- ParentUndoUnit.cs
- ComponentRenameEvent.cs
- RoutedEventHandlerInfo.cs
- BuildProvidersCompiler.cs
- DataShape.cs
- ColorAnimationUsingKeyFrames.cs
- PrintPreviewDialog.cs
- Primitive.cs
- ResourceBinder.cs