Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / ValidationPropertyAttribute.cs / 1305376 / ValidationPropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System.Runtime.InteropServices; using System.ComponentModel; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class ValidationPropertyAttribute : Attribute { ///Identifies the validation property for a component. ////// This is the validation event name. /// private readonly string name; ////// public ValidationPropertyAttribute(string name) { this.name = name; } ///Initializes a new instance of the ///class. /// public string Name { get { return name; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Indicates the name the specified validation attribute. This property is /// read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System.Runtime.InteropServices; using System.ComponentModel; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class ValidationPropertyAttribute : Attribute { ///Identifies the validation property for a component. ////// This is the validation event name. /// private readonly string name; ////// public ValidationPropertyAttribute(string name) { this.name = name; } ///Initializes a new instance of the ///class. /// public string Name { get { return name; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Indicates the name the specified validation attribute. This property is /// read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IdentitySection.cs
- PrivateFontCollection.cs
- OdbcConnectionStringbuilder.cs
- XmlSchemaNotation.cs
- PageThemeCodeDomTreeGenerator.cs
- DelegatingConfigHost.cs
- KeyTime.cs
- EncryptedHeader.cs
- IUnknownConstantAttribute.cs
- ConfigDefinitionUpdates.cs
- LoggedException.cs
- CustomLineCap.cs
- NameValuePair.cs
- WpfWebRequestHelper.cs
- SortDescriptionCollection.cs
- ObjectKeyFrameCollection.cs
- ViewGenerator.cs
- IFlowDocumentViewer.cs
- GridLength.cs
- ZipIOExtraFieldZip64Element.cs
- ViewStateException.cs
- ValueType.cs
- XPathSelfQuery.cs
- ConfigurationSection.cs
- ListChangedEventArgs.cs
- CacheDict.cs
- DataException.cs
- dsa.cs
- DateTimeConverter.cs
- InteropExecutor.cs
- OleDbSchemaGuid.cs
- ICspAsymmetricAlgorithm.cs
- manifestimages.cs
- XmlAtomicValue.cs
- CodeStatementCollection.cs
- WebRequestModuleElement.cs
- Double.cs
- PropertyFilterAttribute.cs
- DashStyle.cs
- DetailsView.cs
- BorderGapMaskConverter.cs
- ValidationSummary.cs
- DirectoryNotFoundException.cs
- SqlPersonalizationProvider.cs
- XhtmlBasicPanelAdapter.cs
- OdbcEnvironmentHandle.cs
- _UriSyntax.cs
- RouteCollection.cs
- TrustLevel.cs
- VisemeEventArgs.cs
- Storyboard.cs
- WebServiceData.cs
- EditingCommands.cs
- ObjectSet.cs
- MediaPlayerState.cs
- ResourcesGenerator.cs
- IdnElement.cs
- Int32.cs
- DiffuseMaterial.cs
- UnitySerializationHolder.cs
- CmsUtils.cs
- _Semaphore.cs
- TemplatePropertyEntry.cs
- OptionalRstParameters.cs
- HttpWriter.cs
- ResponseStream.cs
- ResourcePart.cs
- CollaborationHelperFunctions.cs
- SafeNativeMemoryHandle.cs
- DecimalKeyFrameCollection.cs
- ObjectDesignerDataSourceView.cs
- HostingMessageProperty.cs
- OdbcUtils.cs
- SerializerWriterEventHandlers.cs
- BaseCollection.cs
- sqlmetadatafactory.cs
- ElementNotAvailableException.cs
- IndicFontClient.cs
- GeneralTransform3DCollection.cs
- BufferedWebEventProvider.cs
- Rect3D.cs
- ThaiBuddhistCalendar.cs
- UserControlCodeDomTreeGenerator.cs
- CodeTypeMemberCollection.cs
- NavigatingCancelEventArgs.cs
- MenuItem.cs
- HttpDigestClientElement.cs
- _OverlappedAsyncResult.cs
- NameValuePair.cs
- GroupLabel.cs
- StateBag.cs
- MenuTracker.cs
- ExitEventArgs.cs
- AtomicFile.cs
- SoapAttributeOverrides.cs
- HttpModuleAction.cs
- RectAnimationClockResource.cs
- ConfigErrorGlyph.cs
- ManipulationInertiaStartingEventArgs.cs
- DSACryptoServiceProvider.cs