Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / ValidationPropertyAttribute.cs / 1305376 / ValidationPropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System.Runtime.InteropServices; using System.ComponentModel; ////// [AttributeUsage(AttributeTargets.Class)] 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; ////// [AttributeUsage(AttributeTargets.Class)] 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
- WebPartDeleteVerb.cs
- ZipIORawDataFileBlock.cs
- MemberHolder.cs
- CustomDictionarySources.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- EncryptedPackage.cs
- ISO2022Encoding.cs
- FormsAuthenticationModule.cs
- SafeFileMappingHandle.cs
- ElementNotAvailableException.cs
- MsmqTransportReceiveParameters.cs
- ScriptControlManager.cs
- ProviderBase.cs
- XPathScanner.cs
- TypeSystemProvider.cs
- Errors.cs
- CssStyleCollection.cs
- OdbcDataAdapter.cs
- path.cs
- DateTimeConverter.cs
- LinkButton.cs
- CodeNamespaceImport.cs
- SID.cs
- InvokePattern.cs
- TextEditorContextMenu.cs
- HttpResponse.cs
- MobileControlDesigner.cs
- TraceData.cs
- HandlerBase.cs
- ProfileSettingsCollection.cs
- ApplicationId.cs
- StaticTextPointer.cs
- EventKeyword.cs
- ResourceManagerWrapper.cs
- GroupDescription.cs
- AspNetHostingPermission.cs
- Int64AnimationUsingKeyFrames.cs
- EntityProviderServices.cs
- DependsOnAttribute.cs
- DomainLiteralReader.cs
- GridViewRow.cs
- ExpandSegment.cs
- Viewport3DAutomationPeer.cs
- MaskedTextBoxTextEditorDropDown.cs
- DataSourceSelectArguments.cs
- ChangeInterceptorAttribute.cs
- counter.cs
- DataGridViewBand.cs
- RealProxy.cs
- WindowsListViewGroupHelper.cs
- behaviorssection.cs
- SafeRegistryHandle.cs
- FilterElement.cs
- HostingEnvironmentWrapper.cs
- RawKeyboardInputReport.cs
- TemplateKey.cs
- XmlSiteMapProvider.cs
- BuildProviderUtils.cs
- ProcessHostConfigUtils.cs
- ZipIORawDataFileBlock.cs
- ControlPersister.cs
- VirtualPath.cs
- FileRecordSequence.cs
- PageAdapter.cs
- ProxyWebPartConnectionCollection.cs
- DetailsViewPageEventArgs.cs
- RoleService.cs
- TraceHwndHost.cs
- ModelFunctionTypeElement.cs
- SessionEndingEventArgs.cs
- TypeUsageBuilder.cs
- RegexCharClass.cs
- StatusBarPanel.cs
- ProxyGenerationError.cs
- DefaultBinder.cs
- WithParamAction.cs
- InheritanceAttribute.cs
- ScalarRestriction.cs
- HtmlInputRadioButton.cs
- ChangeNode.cs
- SQLBinaryStorage.cs
- ToolStripContentPanel.cs
- UndirectedGraph.cs
- QueryExpr.cs
- AuthorizationRule.cs
- Decorator.cs
- SoapMessage.cs
- propertyentry.cs
- TableSectionStyle.cs
- VectorCollectionConverter.cs
- ConfigurationElementCollection.cs
- datacache.cs
- Site.cs
- DataBoundLiteralControl.cs
- ColorMap.cs
- TemplateBindingExpressionConverter.cs
- AgileSafeNativeMemoryHandle.cs
- WebPartCancelEventArgs.cs
- HttpCachePolicyElement.cs
- ServiceHttpModule.cs