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
- DetailsViewRow.cs
- IssuedSecurityTokenProvider.cs
- HostedHttpRequestAsyncResult.cs
- SQLMoney.cs
- InlineCollection.cs
- WebPartConnection.cs
- SerialReceived.cs
- PublisherIdentityPermission.cs
- ProviderIncompatibleException.cs
- GeneralTransform.cs
- TextRunCacheImp.cs
- LocalizationComments.cs
- PersonalizationAdministration.cs
- DependencyPropertyKey.cs
- EventWaitHandleSecurity.cs
- NullableFloatAverageAggregationOperator.cs
- SQLInt64.cs
- XmlSchemaAnyAttribute.cs
- StructuredProperty.cs
- WindowsImpersonationContext.cs
- Rotation3D.cs
- SqlInternalConnectionTds.cs
- XmlSchemaComplexContentRestriction.cs
- PropertySegmentSerializer.cs
- CodeGeneratorOptions.cs
- LayoutManager.cs
- SessionIDManager.cs
- ExpressionParser.cs
- PolicyLevel.cs
- GraphicsState.cs
- ValueHandle.cs
- SubMenuStyleCollection.cs
- XmlnsCache.cs
- AddingNewEventArgs.cs
- MetadataFile.cs
- UpdateTranslator.cs
- CacheSection.cs
- StylusLogic.cs
- HttpsHostedTransportConfiguration.cs
- ListBindingHelper.cs
- COM2Enum.cs
- Point3DValueSerializer.cs
- SingleSelectRootGridEntry.cs
- GeneralTransform3D.cs
- SoapTypeAttribute.cs
- GroupQuery.cs
- InvalidOperationException.cs
- DataGridViewToolTip.cs
- EventHandlersStore.cs
- Hyperlink.cs
- TypeDescriptor.cs
- PageBorderless.cs
- ForceCopyBuildProvider.cs
- SubstitutionList.cs
- Button.cs
- InvalidPrinterException.cs
- UserNameSecurityTokenProvider.cs
- BrushConverter.cs
- SourceLineInfo.cs
- ProxyElement.cs
- JsonReader.cs
- Imaging.cs
- HtmlWindow.cs
- SizeConverter.cs
- InvokeProviderWrapper.cs
- MaxMessageSizeStream.cs
- StandardMenuStripVerb.cs
- StyleModeStack.cs
- GridPattern.cs
- FixedPageProcessor.cs
- TypeReference.cs
- BuildDependencySet.cs
- SqlInfoMessageEvent.cs
- RelativeSource.cs
- AutomationPatternInfo.cs
- AnnotationService.cs
- WebReferencesBuildProvider.cs
- OrderedDictionary.cs
- ReadOnlyObservableCollection.cs
- BindingContext.cs
- WebPartHelpVerb.cs
- BinaryUtilClasses.cs
- serverconfig.cs
- StreamWithDictionary.cs
- DataSourceExpression.cs
- NavigationPropertyEmitter.cs
- _HTTPDateParse.cs
- EntityDataSourceContextCreatingEventArgs.cs
- SqlNode.cs
- CodeSnippetExpression.cs
- TrackingProfile.cs
- SqlCommandSet.cs
- ByeOperationCD1AsyncResult.cs
- WebPartEditorCancelVerb.cs
- DataTable.cs
- ReaderWriterLock.cs
- ObjectAnimationUsingKeyFrames.cs
- ExpiredSecurityTokenException.cs
- Image.cs
- PerformanceCounterPermission.cs