Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / ValidationPropertyAttribute.cs / 1 / ValidationPropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System.Runtime.InteropServices; using System.ComponentModel; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- WorkflowRuntime.cs
- ThousandthOfEmRealPoints.cs
- InvalidFilterCriteriaException.cs
- LoginUtil.cs
- SEHException.cs
- invalidudtexception.cs
- WindowsTreeView.cs
- IISUnsafeMethods.cs
- SerTrace.cs
- Accessible.cs
- DiscreteKeyFrames.cs
- OrderedDictionary.cs
- SqlReferenceCollection.cs
- ValidationError.cs
- EntryWrittenEventArgs.cs
- BehaviorDragDropEventArgs.cs
- Section.cs
- ReservationCollection.cs
- HwndTarget.cs
- RtfToXamlReader.cs
- SafeViewOfFileHandle.cs
- DropSource.cs
- CalendarDateChangedEventArgs.cs
- MaterialCollection.cs
- CryptoApi.cs
- _Connection.cs
- SchemaImporter.cs
- DbProviderFactoriesConfigurationHandler.cs
- ExtensibleSyndicationObject.cs
- Endpoint.cs
- RecordsAffectedEventArgs.cs
- PolicyStatement.cs
- EventLogQuery.cs
- BasePattern.cs
- ProxyHelper.cs
- ContextMenuStripActionList.cs
- Options.cs
- GetMemberBinder.cs
- SchemaMapping.cs
- IsolatedStorageException.cs
- JoinGraph.cs
- HttpListenerElement.cs
- ActiveXHelper.cs
- EmulateRecognizeCompletedEventArgs.cs
- ThreadStartException.cs
- Function.cs
- ReaderWriterLock.cs
- PageThemeCodeDomTreeGenerator.cs
- CodeEventReferenceExpression.cs
- NavigationPropertyEmitter.cs
- ObjectManager.cs
- OleDbCommandBuilder.cs
- DelegatingConfigHost.cs
- SQLByteStorage.cs
- Graph.cs
- VarRefManager.cs
- EntityDesignerUtils.cs
- StickyNoteAnnotations.cs
- DbExpressionBuilder.cs
- TypeUtil.cs
- Calendar.cs
- ExtractedStateEntry.cs
- ProfilePropertyNameValidator.cs
- OpenFileDialog.cs
- _WinHttpWebProxyDataBuilder.cs
- Compilation.cs
- SecurityState.cs
- documentation.cs
- ValidationError.cs
- Reference.cs
- ChangeBlockUndoRecord.cs
- KeySplineConverter.cs
- SQLMoneyStorage.cs
- ProfileBuildProvider.cs
- XmlQueryCardinality.cs
- UnicodeEncoding.cs
- SoapInteropTypes.cs
- CmsUtils.cs
- XPathPatternParser.cs
- WindowsListViewGroupSubsetLink.cs
- XPathDocumentIterator.cs
- SimpleWorkerRequest.cs
- SessionEndingCancelEventArgs.cs
- EventData.cs
- StateBag.cs
- ManagementNamedValueCollection.cs
- EncryptedPackageFilter.cs
- DataGridViewToolTip.cs
- ProgramNode.cs
- XmlText.cs
- DefaultAutoFieldGenerator.cs
- PropertyPath.cs
- XmlSchemaComplexType.cs
- GZipUtils.cs
- Help.cs
- FilteredXmlReader.cs
- AtomEntry.cs
- ConfigurationManagerHelper.cs
- AppDomain.cs
- QueryOutputWriter.cs