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
- TextSelectionHighlightLayer.cs
- IsolatedStorage.cs
- DictationGrammar.cs
- Validator.cs
- OleDbWrapper.cs
- ColorAnimationUsingKeyFrames.cs
- Geometry3D.cs
- StorageAssociationTypeMapping.cs
- DataGridViewControlCollection.cs
- QuaternionAnimationBase.cs
- JournalEntryStack.cs
- WmlSelectionListAdapter.cs
- ClientRuntimeConfig.cs
- MetadataArtifactLoaderComposite.cs
- BooleanFunctions.cs
- RegistryConfigurationProvider.cs
- WindowsFormsHelpers.cs
- PopupEventArgs.cs
- SoapTypeAttribute.cs
- ExpressionPrefixAttribute.cs
- DataColumnChangeEvent.cs
- CollectionViewProxy.cs
- UiaCoreProviderApi.cs
- EditorPart.cs
- KeyConstraint.cs
- PathTooLongException.cs
- Pair.cs
- DetailsViewInsertEventArgs.cs
- ClientTargetCollection.cs
- MemoryMappedView.cs
- ConnectionsZone.cs
- GroupBoxRenderer.cs
- MemberDescriptor.cs
- SerTrace.cs
- BufferBuilder.cs
- CompiledXpathExpr.cs
- SingleTagSectionHandler.cs
- _NestedMultipleAsyncResult.cs
- SessionStateSection.cs
- XmlCharType.cs
- LongValidator.cs
- SocketElement.cs
- XmlSchemaDocumentation.cs
- CryptoConfig.cs
- ProxyWebPart.cs
- PathNode.cs
- ListViewUpdatedEventArgs.cs
- FileDialogCustomPlace.cs
- SubstitutionList.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- SafeBitVector32.cs
- TreeNodeCollectionEditorDialog.cs
- PagerStyle.cs
- FtpCachePolicyElement.cs
- BamlReader.cs
- MailWebEventProvider.cs
- entitydatasourceentitysetnameconverter.cs
- CaseInsensitiveHashCodeProvider.cs
- ConnectionPoint.cs
- TouchesCapturedWithinProperty.cs
- GridViewSelectEventArgs.cs
- AspNetPartialTrustHelpers.cs
- FilteredXmlReader.cs
- CustomSignedXml.cs
- EmptyEnumerable.cs
- CharUnicodeInfo.cs
- QueryOptionExpression.cs
- Queue.cs
- TabletDevice.cs
- DependencyObjectProvider.cs
- LogicalExpr.cs
- WebPartDisplayModeEventArgs.cs
- DetailsView.cs
- TypeUsageBuilder.cs
- ChangeBlockUndoRecord.cs
- TemplateLookupAction.cs
- DataListItemCollection.cs
- WaitHandle.cs
- CharacterMetricsDictionary.cs
- PeerApplication.cs
- securitymgrsite.cs
- SqlError.cs
- ConnectionAcceptor.cs
- Panel.cs
- OpenFileDialog.cs
- DuplicateDetector.cs
- NavigationEventArgs.cs
- CacheDependency.cs
- SystemKeyConverter.cs
- SmtpNegotiateAuthenticationModule.cs
- ItemType.cs
- RangeBaseAutomationPeer.cs
- SmtpMail.cs
- IImplicitResourceProvider.cs
- DoubleCollection.cs
- IconBitmapDecoder.cs
- Nullable.cs
- WaitHandle.cs
- XsltException.cs
- SingleResultAttribute.cs