Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Configuration / XmlFormatExtensionPrefixAttribute.cs / 1305376 / XmlFormatExtensionPrefixAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Configuration { using System; ////// /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=true)] public sealed class XmlFormatExtensionPrefixAttribute : Attribute { string prefix; string ns; ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute() { } ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute(string prefix, string ns) { this.prefix = prefix; this.ns = ns; } ///[To be supplied.] ////// /// public string Prefix { get { return prefix == null ? string.Empty : prefix; } set { prefix = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns == null ? string.Empty : ns; } set { ns = 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
- PerformanceCounter.cs
- SafeTimerHandle.cs
- HttpModuleCollection.cs
- BaseHashHelper.cs
- GroupQuery.cs
- ZipIOCentralDirectoryFileHeader.cs
- DiagnosticsConfigurationHandler.cs
- PageEventArgs.cs
- RadioButtonStandardAdapter.cs
- ProgressBarRenderer.cs
- BulletedListDesigner.cs
- TextFormatterImp.cs
- XmlnsDefinitionAttribute.cs
- EditorPartCollection.cs
- HistoryEventArgs.cs
- ApplicationInfo.cs
- LogManagementAsyncResult.cs
- PasswordBox.cs
- XmlValidatingReader.cs
- WebProxyScriptElement.cs
- HttpCookie.cs
- Pointer.cs
- WindowsMenu.cs
- InvalidProgramException.cs
- _NtlmClient.cs
- UrlPath.cs
- CompilerTypeWithParams.cs
- XmlAttributeHolder.cs
- XmlStreamNodeWriter.cs
- NavigationFailedEventArgs.cs
- ConsumerConnectionPoint.cs
- StickyNote.cs
- XmlUrlResolver.cs
- InvalidAsynchronousStateException.cs
- ElementsClipboardData.cs
- PasswordTextContainer.cs
- BCLDebug.cs
- AsymmetricSignatureFormatter.cs
- StartUpEventArgs.cs
- GridViewCommandEventArgs.cs
- DesignerInterfaces.cs
- PaintValueEventArgs.cs
- HttpModuleActionCollection.cs
- EventLogInformation.cs
- SequenceDesignerAccessibleObject.cs
- RoutingBehavior.cs
- formatter.cs
- ICspAsymmetricAlgorithm.cs
- BidirectionalDictionary.cs
- HtmlGenericControl.cs
- SystemIcons.cs
- ListParagraph.cs
- KeyValueSerializer.cs
- RuleProcessor.cs
- TcpSocketManager.cs
- Camera.cs
- SimpleHandlerFactory.cs
- ExpressionBuilder.cs
- ClrPerspective.cs
- ReversePositionQuery.cs
- MemberAssignment.cs
- HtmlControlPersistable.cs
- AppSecurityManager.cs
- UriExt.cs
- Types.cs
- ActiveDesignSurfaceEvent.cs
- HeaderedItemsControl.cs
- Panel.cs
- DurableOperationAttribute.cs
- ConfigXmlWhitespace.cs
- EdgeProfileValidation.cs
- DecimalAnimationBase.cs
- XslTransform.cs
- TreeNodeBindingCollection.cs
- ValueTypeFixupInfo.cs
- SafeProcessHandle.cs
- DataGridViewSelectedColumnCollection.cs
- COM2ExtendedUITypeEditor.cs
- ProfileGroupSettingsCollection.cs
- CorrelationInitializer.cs
- TextElement.cs
- UnsafeNativeMethodsCLR.cs
- DataGridViewCellStyle.cs
- EnumUnknown.cs
- WebPartDisplayModeCollection.cs
- RawStylusInputReport.cs
- DomainUpDown.cs
- JoinElimination.cs
- UrlPath.cs
- ValidationErrorEventArgs.cs
- WebSysDisplayNameAttribute.cs
- CodeAttachEventStatement.cs
- VectorAnimationBase.cs
- FontCollection.cs
- SectionUpdates.cs
- DrawListViewColumnHeaderEventArgs.cs
- QueryOperationResponseOfT.cs
- NamedPipeConnectionPoolSettingsElement.cs
- ImageInfo.cs
- CircleHotSpot.cs