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
- UIPermission.cs
- CodeObject.cs
- HtmlAnchor.cs
- LineSegment.cs
- EntityViewContainer.cs
- PageBreakRecord.cs
- RootContext.cs
- DataGridLinkButton.cs
- IndexerNameAttribute.cs
- HostProtectionPermission.cs
- WebPartManagerInternals.cs
- ReadOnlyDataSourceView.cs
- SHA256Managed.cs
- TrustManagerPromptUI.cs
- DesignerPainter.cs
- TableSectionStyle.cs
- Regex.cs
- returneventsaver.cs
- MimeParameter.cs
- XmlUrlEditor.cs
- Soap11ServerProtocol.cs
- SecureStringHasher.cs
- DataViewManagerListItemTypeDescriptor.cs
- ADConnectionHelper.cs
- SchemaExporter.cs
- PropertyCondition.cs
- TraceLevelStore.cs
- UserControlDocumentDesigner.cs
- ObjectListCommandsPage.cs
- SafeArrayTypeMismatchException.cs
- XXXInfos.cs
- ObjectItemNoOpAssemblyLoader.cs
- SubstitutionList.cs
- ImageMapEventArgs.cs
- TextBoxLine.cs
- ConstantSlot.cs
- FrameworkContextData.cs
- FrameSecurityDescriptor.cs
- DataGridViewSelectedColumnCollection.cs
- EmbeddedMailObject.cs
- ReflectionHelper.cs
- BufferedGraphicsManager.cs
- KeyEventArgs.cs
- ResourceDisplayNameAttribute.cs
- ConnectionPoint.cs
- UserNameSecurityTokenAuthenticator.cs
- BaseEntityWrapper.cs
- PropertyPushdownHelper.cs
- HuffCodec.cs
- Rotation3D.cs
- Privilege.cs
- RefType.cs
- OdbcConnectionHandle.cs
- TableColumn.cs
- Matrix3D.cs
- PartBasedPackageProperties.cs
- CreateUserErrorEventArgs.cs
- StylusPointPropertyInfo.cs
- CodeObject.cs
- RectConverter.cs
- HostProtectionException.cs
- ISessionStateStore.cs
- HandleRef.cs
- CodeObjectCreateExpression.cs
- MarginCollapsingState.cs
- SimpleWebHandlerParser.cs
- OneWayBindingElementImporter.cs
- SEHException.cs
- Adorner.cs
- PreviewPageInfo.cs
- Behavior.cs
- BufferBuilder.cs
- _SecureChannel.cs
- ContentType.cs
- ClientProxyGenerator.cs
- ClientSettingsSection.cs
- CodeStatementCollection.cs
- UnsafeCollabNativeMethods.cs
- DisableDpiAwarenessAttribute.cs
- ParagraphVisual.cs
- InternalControlCollection.cs
- SerializationInfo.cs
- SmiXetterAccessMap.cs
- PageThemeBuildProvider.cs
- GZipObjectSerializer.cs
- UIElementIsland.cs
- FileStream.cs
- PenCursorManager.cs
- FixUp.cs
- HttpListenerRequestTraceRecord.cs
- EdmToObjectNamespaceMap.cs
- LastQueryOperator.cs
- MissingMemberException.cs
- TreeNodeBinding.cs
- DiscardableAttribute.cs
- DrawingCollection.cs
- SendingRequestEventArgs.cs
- bidPrivateBase.cs
- ComponentResourceManager.cs
- AccessibleObject.cs