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
- ListViewUpdateEventArgs.cs
- BaseDataList.cs
- PriorityItem.cs
- SQLByteStorage.cs
- FreezableCollection.cs
- ToolboxItemImageConverter.cs
- BitmapEffectDrawing.cs
- CounterCreationDataCollection.cs
- HwndSourceParameters.cs
- Vars.cs
- ConfigurationSectionCollection.cs
- ButtonColumn.cs
- PropertyItem.cs
- HostVisual.cs
- SymbolEqualComparer.cs
- EntityContainer.cs
- CallbackCorrelationInitializer.cs
- CompModSwitches.cs
- WebServiceHandler.cs
- OdbcException.cs
- AttributeEmitter.cs
- ReverseInheritProperty.cs
- TextSearch.cs
- ShaderEffect.cs
- HttpModulesSection.cs
- RSAPKCS1KeyExchangeFormatter.cs
- BindingsCollection.cs
- ImmutableCollection.cs
- TemplateLookupAction.cs
- WindowVisualStateTracker.cs
- TableCellCollection.cs
- ClientFormsAuthenticationCredentials.cs
- QuadraticEase.cs
- EventPrivateKey.cs
- TimeSpanConverter.cs
- SafeThemeHandle.cs
- Interlocked.cs
- ItemMap.cs
- KeyValuePair.cs
- SmiEventSink.cs
- ResourceProviderFactory.cs
- DataBinder.cs
- EnumConverter.cs
- EdmToObjectNamespaceMap.cs
- WindowsFormsSynchronizationContext.cs
- InputLanguageEventArgs.cs
- StreamHelper.cs
- ModelPerspective.cs
- StylusCollection.cs
- DispatchOperationRuntime.cs
- BaseComponentEditor.cs
- ContractTypeNameElement.cs
- Globals.cs
- ResumeStoryboard.cs
- TreeNodeEventArgs.cs
- WebColorConverter.cs
- TriggerActionCollection.cs
- AmbientLight.cs
- Bidi.cs
- LayoutManager.cs
- DocumentGridContextMenu.cs
- ButtonField.cs
- LineInfo.cs
- DefaultEventAttribute.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- IntegerValidator.cs
- FileDialog.cs
- DelimitedListTraceListener.cs
- WorkflowServiceNamespace.cs
- MiniCustomAttributeInfo.cs
- BinaryNegotiation.cs
- SqlParameterCollection.cs
- DynamicVirtualDiscoSearcher.cs
- ModelServiceImpl.cs
- safex509handles.cs
- DefaultProxySection.cs
- TdsParserSafeHandles.cs
- Thumb.cs
- RecognizerStateChangedEventArgs.cs
- DataRelation.cs
- ValueConversionAttribute.cs
- IsolatedStorageException.cs
- QilStrConcatenator.cs
- ValidationUtility.cs
- WebPartVerbsEventArgs.cs
- MergeFilterQuery.cs
- ObjectViewFactory.cs
- HtmlElementErrorEventArgs.cs
- SnapLine.cs
- OptionalColumn.cs
- DatePicker.cs
- ConstraintConverter.cs
- MessageBox.cs
- SelectorAutomationPeer.cs
- CanExecuteRoutedEventArgs.cs
- SmiTypedGetterSetter.cs
- MsmqInputMessage.cs
- CollectionsUtil.cs
- XmlTypeMapping.cs
- Win32MouseDevice.cs