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
- BodyGlyph.cs
- Rect3DConverter.cs
- ComplexPropertyEntry.cs
- invalidudtexception.cs
- StringSorter.cs
- WebPartMenu.cs
- UnknownExceptionActionHelper.cs
- CurrencyManager.cs
- DataGridTextBox.cs
- HeaderUtility.cs
- TypedTableBaseExtensions.cs
- PropertyValueChangedEvent.cs
- RealizedColumnsBlock.cs
- XPathSelectionIterator.cs
- Set.cs
- Label.cs
- WsdlBuildProvider.cs
- SystemUdpStatistics.cs
- Animatable.cs
- GeneralTransform3DTo2DTo3D.cs
- TypeListConverter.cs
- FixedPageProcessor.cs
- CodeTryCatchFinallyStatement.cs
- XmlElementElement.cs
- HttpProcessUtility.cs
- Substitution.cs
- LogSwitch.cs
- PnrpPeerResolverBindingElement.cs
- QueryStringParameter.cs
- Exceptions.cs
- TraceEventCache.cs
- KnownBoxes.cs
- DataShape.cs
- CodeDirectoryCompiler.cs
- Compiler.cs
- TextDecorationCollection.cs
- EdmComplexTypeAttribute.cs
- TimeStampChecker.cs
- RTLAwareMessageBox.cs
- PassportAuthenticationModule.cs
- XmlNodeChangedEventArgs.cs
- MappingModelBuildProvider.cs
- DataTemplateSelector.cs
- ApplicationException.cs
- VerbConverter.cs
- XmlQueryRuntime.cs
- WebProxyScriptElement.cs
- _Connection.cs
- RelatedEnd.cs
- ISO2022Encoding.cs
- CodeGroup.cs
- InvalidFilterCriteriaException.cs
- QilGenerator.cs
- DataListItem.cs
- CustomCategoryAttribute.cs
- JapaneseLunisolarCalendar.cs
- XsltInput.cs
- CapabilitiesRule.cs
- FixedSOMGroup.cs
- CheckPair.cs
- EncoderBestFitFallback.cs
- MenuScrollingVisibilityConverter.cs
- SqlVersion.cs
- SelectedDatesCollection.cs
- ToolZone.cs
- Form.cs
- HandlerFactoryWrapper.cs
- EdmValidator.cs
- ColumnHeaderConverter.cs
- followingsibling.cs
- XmlSchemaElement.cs
- odbcmetadatafactory.cs
- ObjectStateEntryDbDataRecord.cs
- ObservableDictionary.cs
- Page.cs
- RelativeSource.cs
- RequiredAttributeAttribute.cs
- KnownBoxes.cs
- SettingsProviderCollection.cs
- BamlLocalizableResourceKey.cs
- ListComponentEditor.cs
- MetadataHelper.cs
- CodeIdentifiers.cs
- IgnoreSectionHandler.cs
- TimeSpanValidatorAttribute.cs
- HttpVersion.cs
- FormsAuthenticationUserCollection.cs
- TypeExtensionConverter.cs
- FixedTextView.cs
- QueryTaskGroupState.cs
- StrokeCollectionConverter.cs
- TableCellCollection.cs
- BackgroundFormatInfo.cs
- RequestCacheEntry.cs
- NewItemsContextMenuStrip.cs
- EditorServiceContext.cs
- MenuItemCollectionEditor.cs
- EditorResources.cs
- RouteItem.cs
- XmlAggregates.cs