Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ //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.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
- ConfigXmlAttribute.cs
- HttpDictionary.cs
- WebPartAddingEventArgs.cs
- HttpHandlerAction.cs
- DbDeleteCommandTree.cs
- EventWaitHandleSecurity.cs
- SQLByteStorage.cs
- PropertyDescriptor.cs
- FirstQueryOperator.cs
- DataMember.cs
- BindingListCollectionView.cs
- SelectionRange.cs
- DoubleSumAggregationOperator.cs
- WasEndpointConfigContainer.cs
- Cursor.cs
- Stack.cs
- MiniLockedBorderGlyph.cs
- WebException.cs
- HtmlInputImage.cs
- WebPartDisplayModeEventArgs.cs
- WeakEventManager.cs
- NetSectionGroup.cs
- Tablet.cs
- DirectoryRedirect.cs
- TypeUsageBuilder.cs
- TypeGenericEnumerableViewSchema.cs
- StrongNameMembershipCondition.cs
- TextTreeUndo.cs
- OutputCacheSettingsSection.cs
- CheckBoxBaseAdapter.cs
- CheckedListBox.cs
- SchemeSettingElementCollection.cs
- PeerName.cs
- GenerateHelper.cs
- ExpressionSelection.cs
- MimeWriter.cs
- IntSecurity.cs
- QueueProcessor.cs
- ParseElementCollection.cs
- BamlTreeMap.cs
- DbConnectionOptions.cs
- Encoder.cs
- ToolStripStatusLabel.cs
- DbInsertCommandTree.cs
- CustomWebEventKey.cs
- User.cs
- FileDetails.cs
- NameValueFileSectionHandler.cs
- XmlConvert.cs
- TreeViewItem.cs
- Stopwatch.cs
- EntityModelBuildProvider.cs
- FormsAuthenticationCredentials.cs
- EntityFrameworkVersions.cs
- Tile.cs
- QuestionEventArgs.cs
- ControlUtil.cs
- GuidConverter.cs
- Polygon.cs
- CornerRadiusConverter.cs
- Vector3dCollection.cs
- X509CertificateEndpointIdentity.cs
- ExpressionList.cs
- XmlDataDocument.cs
- FileSystemEventArgs.cs
- ProxyHwnd.cs
- SourceFileBuildProvider.cs
- GraphicsPathIterator.cs
- HttpCacheVaryByContentEncodings.cs
- InkCollectionBehavior.cs
- SQLInt16.cs
- DataContext.cs
- MenuItemStyleCollection.cs
- ParseElement.cs
- JsonReaderDelegator.cs
- CodeThrowExceptionStatement.cs
- Viewport3DVisual.cs
- Application.cs
- DiagnosticTrace.cs
- TextDecoration.cs
- SqlDependencyListener.cs
- RadioButtonBaseAdapter.cs
- SqlDataSourceTableQuery.cs
- MultiBinding.cs
- InputEventArgs.cs
- BaseHashHelper.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- WebPartZoneAutoFormat.cs
- ElementHostPropertyMap.cs
- DesignTimeDataBinding.cs
- ConfigXmlSignificantWhitespace.cs
- DesignerSerializationManager.cs
- AnnotationHelper.cs
- CapiSafeHandles.cs
- SafeUserTokenHandle.cs
- TextEditorParagraphs.cs
- SaveFileDialog.cs
- Manipulation.cs
- ConfigurationManagerInternal.cs
- SiteMapSection.cs