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
- PropertyPathWorker.cs
- PieceNameHelper.cs
- InstalledFontCollection.cs
- Events.cs
- Padding.cs
- DBPropSet.cs
- ThicknessConverter.cs
- PrivacyNoticeBindingElement.cs
- Image.cs
- StatusCommandUI.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- StorageMappingFragment.cs
- LocalFileSettingsProvider.cs
- DataGridViewColumnStateChangedEventArgs.cs
- Configuration.cs
- SrgsElement.cs
- CompressionTransform.cs
- ICspAsymmetricAlgorithm.cs
- CookielessData.cs
- DesignerCapabilities.cs
- WinEventTracker.cs
- PolyLineSegment.cs
- StringOutput.cs
- DataGridPagerStyle.cs
- ProtocolsConfigurationEntry.cs
- JournalNavigationScope.cs
- BreakRecordTable.cs
- _HeaderInfoTable.cs
- XsltArgumentList.cs
- EndpointIdentityConverter.cs
- PointAnimationBase.cs
- CancelRequestedRecord.cs
- CheckBox.cs
- dtdvalidator.cs
- controlskin.cs
- _ScatterGatherBuffers.cs
- LocatorPart.cs
- SqlSelectStatement.cs
- RoleGroupCollection.cs
- Propagator.cs
- DataGridViewCellConverter.cs
- Unit.cs
- TreeNodeCollectionEditor.cs
- BaseCAMarshaler.cs
- CellParagraph.cs
- SqlDataAdapter.cs
- DesignerTransaction.cs
- EdmItemCollection.cs
- EncryptedPackage.cs
- EnumUnknown.cs
- relpropertyhelper.cs
- XpsFixedPageReaderWriter.cs
- AQNBuilder.cs
- ModuleElement.cs
- EnumCodeDomSerializer.cs
- SafeNativeHandle.cs
- MeasureItemEvent.cs
- EncryptedReference.cs
- MessagePropertyDescriptionCollection.cs
- AppDomainManager.cs
- LinkUtilities.cs
- GroupPartitionExpr.cs
- AdjustableArrowCap.cs
- StatusBarItemAutomationPeer.cs
- FacetChecker.cs
- DynamicResourceExtensionConverter.cs
- ListView.cs
- SessionIDManager.cs
- InkCanvasSelectionAdorner.cs
- ProfilePropertySettingsCollection.cs
- XmlElementAttributes.cs
- GenericParameterDataContract.cs
- LoaderAllocator.cs
- FamilyTypefaceCollection.cs
- CachedPathData.cs
- InvalidProgramException.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ApplicationServiceManager.cs
- FontNamesConverter.cs
- SafeArrayTypeMismatchException.cs
- WebPartEventArgs.cs
- CallContext.cs
- SignerInfo.cs
- OdbcPermission.cs
- RegexCompilationInfo.cs
- XmlSiteMapProvider.cs
- HtmlInputReset.cs
- BindingParameterCollection.cs
- AuthorizationRule.cs
- HtmlProps.cs
- StringPropertyBuilder.cs
- IndexerNameAttribute.cs
- ColumnResizeUndoUnit.cs
- WhitespaceRuleLookup.cs
- TransactionManagerProxy.cs
- CatchDesigner.xaml.cs
- NopReturnReader.cs
- TaiwanCalendar.cs
- SecureEnvironment.cs
- NameTable.cs