Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- AcceleratedTokenProvider.cs
- CellIdBoolean.cs
- ScopelessEnumAttribute.cs
- PatternMatcher.cs
- _NestedSingleAsyncResult.cs
- HtmlSelectionListAdapter.cs
- TypeSystem.cs
- RadioButtonPopupAdapter.cs
- SwitchLevelAttribute.cs
- QueryOutputWriter.cs
- WmlImageAdapter.cs
- XmlSchemaComplexType.cs
- SchemaAttDef.cs
- UIElementAutomationPeer.cs
- AutoScrollHelper.cs
- ContourSegment.cs
- Profiler.cs
- NetworkStream.cs
- TreeViewHitTestInfo.cs
- DesignerActionPanel.cs
- WaveHeader.cs
- KnownBoxes.cs
- DataGridViewCellPaintingEventArgs.cs
- URLAttribute.cs
- XPathBinder.cs
- EmptyEnumerator.cs
- XmlSchemaDatatype.cs
- PauseStoryboard.cs
- Identifier.cs
- BindingCollection.cs
- SqlDataSource.cs
- XamlStyleSerializer.cs
- DataGridViewColumnCollection.cs
- GridViewEditEventArgs.cs
- StateMachineSubscriptionManager.cs
- ApplicationFileParser.cs
- objectresult_tresulttype.cs
- SchemaMapping.cs
- ContactManager.cs
- CodeTypeReferenceExpression.cs
- DefaultValueAttribute.cs
- PartBasedPackageProperties.cs
- GifBitmapEncoder.cs
- ConfigurationManager.cs
- SqlDataSourceView.cs
- ConsumerConnectionPointCollection.cs
- TimeSpanStorage.cs
- CodeBlockBuilder.cs
- BlockUIContainer.cs
- XPathNodeInfoAtom.cs
- ProgressBarRenderer.cs
- SchemaObjectWriter.cs
- LogFlushAsyncResult.cs
- RoutingExtension.cs
- EntryIndex.cs
- HitTestParameters.cs
- RolePrincipal.cs
- Attributes.cs
- RegexBoyerMoore.cs
- SqlInternalConnectionTds.cs
- Margins.cs
- HandlerMappingMemo.cs
- MethodExpression.cs
- Certificate.cs
- Calendar.cs
- EntityContainerRelationshipSet.cs
- _StreamFramer.cs
- CapabilitiesAssignment.cs
- PerformanceCounterManager.cs
- WorkflowInstanceContextProvider.cs
- SchemaMerger.cs
- WsatRegistrationHeader.cs
- MdbDataFileEditor.cs
- FocusTracker.cs
- ClientSession.cs
- QilVisitor.cs
- XmlSchemaSimpleContent.cs
- sitestring.cs
- FrameworkEventSource.cs
- DataGridViewComboBoxEditingControl.cs
- RotateTransform.cs
- DataViewListener.cs
- ViewgenGatekeeper.cs
- dataSvcMapFileLoader.cs
- DataGridRowEventArgs.cs
- Double.cs
- DetailsViewDeletedEventArgs.cs
- shaperfactory.cs
- FontResourceCache.cs
- GenericWebPart.cs
- ObjectConverter.cs
- ListControlBoundActionList.cs
- PropertyEmitterBase.cs
- FileStream.cs
- ISessionStateStore.cs
- EntityCommandCompilationException.cs
- WindowsImpersonationContext.cs
- TextEditorParagraphs.cs
- _ContextAwareResult.cs
- TimeZoneNotFoundException.cs