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
- DataGridViewLinkCell.cs
- CommandBinding.cs
- SoapSchemaExporter.cs
- SqlInternalConnection.cs
- ScriptingJsonSerializationSection.cs
- AccessViolationException.cs
- LeftCellWrapper.cs
- XmlWellformedWriterHelpers.cs
- OrderedDictionary.cs
- CompiledQuery.cs
- DataViewSettingCollection.cs
- CngProperty.cs
- EpmSourceTree.cs
- DataGridToolTip.cs
- SyndicationFeedFormatter.cs
- APCustomTypeDescriptor.cs
- WebPartTracker.cs
- BrowserDefinition.cs
- PatternMatcher.cs
- BaseCollection.cs
- IISMapPath.cs
- SamlConditions.cs
- DataServiceBuildProvider.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- ContentDisposition.cs
- AnonymousIdentificationModule.cs
- SEHException.cs
- WorkItem.cs
- RenderDataDrawingContext.cs
- XmlSerializerAssemblyAttribute.cs
- SqlEnums.cs
- AuthorizationRule.cs
- TextFindEngine.cs
- SymbolEqualComparer.cs
- ComplexObject.cs
- TimeSpanValidatorAttribute.cs
- PrintDialog.cs
- AssociationProvider.cs
- CustomGrammar.cs
- IISUnsafeMethods.cs
- PLINQETWProvider.cs
- XmlObjectSerializerContext.cs
- ViewManager.cs
- EnumMember.cs
- MergeExecutor.cs
- ButtonStandardAdapter.cs
- HitTestWithPointDrawingContextWalker.cs
- FileFormatException.cs
- ZipIOExtraFieldZip64Element.cs
- KeyInstance.cs
- HtmlTernaryTree.cs
- PixelFormatConverter.cs
- OleDbPropertySetGuid.cs
- WmpBitmapEncoder.cs
- DocumentGridContextMenu.cs
- TableColumn.cs
- HyperlinkAutomationPeer.cs
- DecimalConverter.cs
- ServiceDescription.cs
- FontStyles.cs
- MailHeaderInfo.cs
- TrackingLocation.cs
- UIElement3D.cs
- UnsafeNativeMethods.cs
- Empty.cs
- entityreference_tresulttype.cs
- OracleCommand.cs
- BitmapDecoder.cs
- filewebresponse.cs
- ChtmlTextWriter.cs
- PreProcessor.cs
- ArraySubsetEnumerator.cs
- HeaderCollection.cs
- InvalidFilterCriteriaException.cs
- FrugalMap.cs
- Config.cs
- ellipse.cs
- DBSchemaTable.cs
- NavigationProgressEventArgs.cs
- XNodeValidator.cs
- CellQuery.cs
- MasterPageParser.cs
- DataGridViewEditingControlShowingEventArgs.cs
- MessageRpc.cs
- MdiWindowListStrip.cs
- EventInfo.cs
- DataColumnMapping.cs
- Helpers.cs
- DBSchemaTable.cs
- Tile.cs
- StringCollection.cs
- InternalCache.cs
- WebPartVerbCollection.cs
- DateTimeConstantAttribute.cs
- UTF7Encoding.cs
- X509CertificateInitiatorServiceCredential.cs
- InkCanvasFeedbackAdorner.cs
- EventLogLink.cs
- HotSpotCollection.cs
- TextOnlyOutput.cs