Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SvcMapFile.cs
- ApplicationInfo.cs
- TaskFormBase.cs
- SoapExtensionTypeElement.cs
- ExtendedTransformFactory.cs
- XmlArrayItemAttributes.cs
- TextSpanModifier.cs
- SoundPlayerAction.cs
- SecureUICommand.cs
- DocComment.cs
- ApplicationServicesHostFactory.cs
- XmlSchemaSimpleTypeList.cs
- URIFormatException.cs
- WebPartManager.cs
- DiscriminatorMap.cs
- ToolStripMenuItem.cs
- DependencyObjectProvider.cs
- SymbolType.cs
- TreeNodeMouseHoverEvent.cs
- ByteStream.cs
- ControlCollection.cs
- LingerOption.cs
- UrlPropertyAttribute.cs
- WebPartHeaderCloseVerb.cs
- HttpHandlerActionCollection.cs
- followingquery.cs
- NotificationContext.cs
- HttpProfileGroupBase.cs
- MessageSmuggler.cs
- BooleanStorage.cs
- StickyNote.cs
- Exceptions.cs
- TypeSource.cs
- FilterEventArgs.cs
- CanExpandCollapseAllConverter.cs
- ToolTipService.cs
- VisualBasicSettingsHandler.cs
- MULTI_QI.cs
- WebRequest.cs
- FacetChecker.cs
- DesignerHelpers.cs
- IntPtr.cs
- EventLogEntryCollection.cs
- OdbcConnectionOpen.cs
- Error.cs
- CompilationRelaxations.cs
- BlurEffect.cs
- HttpHandlerActionCollection.cs
- PerformanceCounterPermissionEntryCollection.cs
- Missing.cs
- ObjectSet.cs
- DrawingGroup.cs
- RowsCopiedEventArgs.cs
- SqlDataSourceEnumerator.cs
- SQLBinaryStorage.cs
- DocumentGrid.cs
- ExpressionWriter.cs
- WebPartCatalogCloseVerb.cs
- InputProviderSite.cs
- LinkLabelLinkClickedEvent.cs
- ViewStateModeByIdAttribute.cs
- DataKeyCollection.cs
- nulltextcontainer.cs
- ImageMapEventArgs.cs
- SchemaInfo.cs
- WmlPageAdapter.cs
- EntityClientCacheKey.cs
- RangeContentEnumerator.cs
- Cursor.cs
- SimpleType.cs
- Parameter.cs
- FixedHighlight.cs
- StringPropertyBuilder.cs
- DataFormats.cs
- Models.cs
- XmlSchemaDocumentation.cs
- Timer.cs
- TypedTableHandler.cs
- GatewayDefinition.cs
- ScriptRegistrationManager.cs
- DisplayNameAttribute.cs
- AudienceUriMode.cs
- Completion.cs
- NameTable.cs
- SQLDateTimeStorage.cs
- ImportContext.cs
- OracleSqlParser.cs
- parserscommon.cs
- XmlLanguage.cs
- BooleanToVisibilityConverter.cs
- ServerIdentity.cs
- ClientSponsor.cs
- TextSelectionHighlightLayer.cs
- ObjectTag.cs
- FieldTemplateFactory.cs
- ZipFileInfoCollection.cs
- DataTemplateKey.cs
- _ChunkParse.cs
- MemberDescriptor.cs
- InputScopeNameConverter.cs