Code:
/ FX-1434 / FX-1434 / 1.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
- Filter.cs
- Encoding.cs
- EntityDataSourceStatementEditorForm.cs
- ValidationError.cs
- OrderedDictionary.cs
- PropertyCollection.cs
- OutputCacheProfile.cs
- TableLayoutSettingsTypeConverter.cs
- Rotation3DAnimationBase.cs
- UInt16Storage.cs
- LinkTarget.cs
- Zone.cs
- DbParameterCollectionHelper.cs
- XamlLoadErrorInfo.cs
- ProjectionCamera.cs
- MessageQueueTransaction.cs
- CommonXSendMessage.cs
- Crypto.cs
- SchemaNamespaceManager.cs
- View.cs
- QueryableDataSourceEditData.cs
- DragDrop.cs
- IdleTimeoutMonitor.cs
- TreeNodeStyle.cs
- RemoteHelper.cs
- BinaryMessageEncodingElement.cs
- AsynchronousChannelMergeEnumerator.cs
- CommentEmitter.cs
- WindowsProgressbar.cs
- TextBox.cs
- _DigestClient.cs
- WebPartMenu.cs
- EventLogPermission.cs
- WindowsFormsHostAutomationPeer.cs
- MailDefinition.cs
- NativeMethods.cs
- AbstractSvcMapFileLoader.cs
- DataGridViewMethods.cs
- parserscommon.cs
- MouseEvent.cs
- NodeInfo.cs
- TreeNodeBindingCollection.cs
- Timeline.cs
- DictionarySectionHandler.cs
- TargetControlTypeAttribute.cs
- FormattedText.cs
- SimpleBitVector32.cs
- ObjectDataSourceEventArgs.cs
- CultureSpecificCharacterBufferRange.cs
- Point3DValueSerializer.cs
- PagerSettings.cs
- DrawingGroup.cs
- ComponentCollection.cs
- MailAddress.cs
- ClrProviderManifest.cs
- ResourceExpression.cs
- Window.cs
- ManifestSignedXml.cs
- BasicHttpSecurityElement.cs
- Helpers.cs
- ControlValuePropertyAttribute.cs
- WebControlParameterProxy.cs
- InternalDispatchObject.cs
- VScrollProperties.cs
- HtmlTextViewAdapter.cs
- XamlSerializerUtil.cs
- SqlVersion.cs
- ResourceExpression.cs
- LogExtentCollection.cs
- VerificationAttribute.cs
- SiteMapPath.cs
- CodeIdentifiers.cs
- RightsManagementInformation.cs
- PrintController.cs
- CryptoApi.cs
- CompilerCollection.cs
- ParseNumbers.cs
- ToolStripPanel.cs
- EntitySetDataBindingList.cs
- DataTransferEventArgs.cs
- HeaderUtility.cs
- ping.cs
- SelectedGridItemChangedEvent.cs
- MetadataImporterQuotas.cs
- ArrayList.cs
- GZipUtils.cs
- Parser.cs
- SQLInt16Storage.cs
- BackStopAuthenticationModule.cs
- LocalizableResourceBuilder.cs
- _OSSOCK.cs
- Pair.cs
- ConfigXmlComment.cs
- ListBindingHelper.cs
- ClientBuildManager.cs
- XMLSchema.cs
- TabControl.cs
- ToolStripPanelRow.cs
- GridItemCollection.cs
- ShapeTypeface.cs