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
- Int32Storage.cs
- PersonalizationProviderCollection.cs
- DnsEndPoint.cs
- CultureNotFoundException.cs
- WorkflowTerminatedException.cs
- QilTernary.cs
- StylusPlugInCollection.cs
- SafeArrayRankMismatchException.cs
- WindowsFormsHostAutomationPeer.cs
- ToolbarAUtomationPeer.cs
- XmlQualifiedName.cs
- HttpServerUtilityWrapper.cs
- DesignerObjectListAdapter.cs
- OdbcException.cs
- CodeValidator.cs
- RenameRuleObjectDialog.cs
- Currency.cs
- SymbolEqualComparer.cs
- MailFileEditor.cs
- Hyperlink.cs
- TextServicesDisplayAttribute.cs
- ConsoleCancelEventArgs.cs
- EventProviderWriter.cs
- FlowLayoutSettings.cs
- httpserverutility.cs
- DockPatternIdentifiers.cs
- SignatureResourceHelper.cs
- XsltFunctions.cs
- StringAnimationUsingKeyFrames.cs
- DefaultTraceListener.cs
- SafeNativeMethods.cs
- XPathNodeIterator.cs
- TriState.cs
- BypassElement.cs
- PhysicalAddress.cs
- TextTreeDeleteContentUndoUnit.cs
- DataFormats.cs
- BuildTopDownAttribute.cs
- Version.cs
- XmlSchemaSimpleTypeUnion.cs
- DesignSurfaceServiceContainer.cs
- VectorConverter.cs
- EntitySet.cs
- IisTraceWebEventProvider.cs
- InfoCardSymmetricAlgorithm.cs
- ImageField.cs
- DockAndAnchorLayout.cs
- WebPartZoneBase.cs
- XmlAttributeAttribute.cs
- BaseDataBoundControl.cs
- WebPartMovingEventArgs.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- MoveSizeWinEventHandler.cs
- ScrollItemPatternIdentifiers.cs
- OptimisticConcurrencyException.cs
- OperationCanceledException.cs
- GreenMethods.cs
- Zone.cs
- DrawingContextWalker.cs
- MultiByteCodec.cs
- DeviceContext2.cs
- StaticSiteMapProvider.cs
- OracleDataReader.cs
- XmlSchemaAll.cs
- CommentEmitter.cs
- DatagridviewDisplayedBandsData.cs
- ArrayList.cs
- FormsAuthenticationTicket.cs
- IfAction.cs
- IconConverter.cs
- ForceCopyBuildProvider.cs
- ChangeDirector.cs
- MessageContractExporter.cs
- BindingObserver.cs
- CompilerResults.cs
- SchemaUtility.cs
- DSACryptoServiceProvider.cs
- LicenseException.cs
- TextServicesLoader.cs
- UnaryNode.cs
- OdbcHandle.cs
- WinEventHandler.cs
- PauseStoryboard.cs
- SchemaImporterExtensionElement.cs
- BitHelper.cs
- PropertyMetadata.cs
- BrowserCapabilitiesCompiler.cs
- SafeNativeMethods.cs
- DesignDataSource.cs
- HttpConfigurationSystem.cs
- ToolStripSplitButton.cs
- MessagePartSpecification.cs
- ADMembershipUser.cs
- IdentitySection.cs
- WorkflowTerminatedException.cs
- XmlCompatibilityReader.cs
- Documentation.cs
- SplitterDesigner.cs
- AutoGeneratedField.cs
- ContextMenuAutomationPeer.cs