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
- SecurityPermission.cs
- ReferencedCollectionType.cs
- PropertyDescriptorGridEntry.cs
- BindingNavigator.cs
- safePerfProviderHandle.cs
- ThreadNeutralSemaphore.cs
- CopyNamespacesAction.cs
- DataBinder.cs
- UpdateProgress.cs
- ListBoxItemAutomationPeer.cs
- ResourceProviderFactory.cs
- BitmapImage.cs
- StringToken.cs
- HTTPNotFoundHandler.cs
- RijndaelManagedTransform.cs
- WebBrowsableAttribute.cs
- ExpressionHelper.cs
- OleDbError.cs
- Color.cs
- ConfigurationValue.cs
- SelectedGridItemChangedEvent.cs
- SocketStream.cs
- XmlDictionaryReaderQuotasElement.cs
- FileAuthorizationModule.cs
- Utils.cs
- TransformerTypeCollection.cs
- NativeCppClassAttribute.cs
- RightNameExpirationInfoPair.cs
- CompatibleComparer.cs
- RandomNumberGenerator.cs
- BitmapEffect.cs
- DbgCompiler.cs
- _LazyAsyncResult.cs
- PrintDialogException.cs
- TaskbarItemInfo.cs
- RawAppCommandInputReport.cs
- SmtpTransport.cs
- WindowsClientElement.cs
- FormsAuthenticationConfiguration.cs
- WorkflowInstanceSuspendedRecord.cs
- ImageUrlEditor.cs
- TransformerConfigurationWizardBase.cs
- ListBoxItem.cs
- StylusShape.cs
- HandleCollector.cs
- HyperlinkAutomationPeer.cs
- PrePostDescendentsWalker.cs
- NaturalLanguageHyphenator.cs
- SchemaInfo.cs
- Descriptor.cs
- XPathEmptyIterator.cs
- HttpClientChannel.cs
- OracleFactory.cs
- DispatcherObject.cs
- MemberCollection.cs
- AdjustableArrowCap.cs
- SerialErrors.cs
- Underline.cs
- PageAdapter.cs
- IndexerReference.cs
- SparseMemoryStream.cs
- SafeRightsManagementSessionHandle.cs
- FigureHelper.cs
- FilteredAttributeCollection.cs
- DelegatingMessage.cs
- RemoteCryptoRsaServiceProvider.cs
- ServicePointManagerElement.cs
- ContextMarshalException.cs
- ContractListAdapter.cs
- CommandValueSerializer.cs
- SqlDataSourceStatusEventArgs.cs
- COM2PropertyBuilderUITypeEditor.cs
- IImplicitResourceProvider.cs
- SelectionPattern.cs
- FamilyMap.cs
- WindowsComboBox.cs
- LowerCaseStringConverter.cs
- PageFunction.cs
- HMACMD5.cs
- handlecollector.cs
- ScalarConstant.cs
- OptimizerPatterns.cs
- LineBreakRecord.cs
- DataGridViewDataConnection.cs
- ErrorsHelper.cs
- baseshape.cs
- RenderData.cs
- CounterSetInstanceCounterDataSet.cs
- Section.cs
- TileModeValidation.cs
- TabPage.cs
- LogFlushAsyncResult.cs
- BulletedList.cs
- SerTrace.cs
- StateMachineHelpers.cs
- PipeSecurity.cs
- StateBag.cs
- SweepDirectionValidation.cs
- TypeGeneratedEventArgs.cs
- WizardForm.cs