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
- ControlValuePropertyAttribute.cs
- UInt64.cs
- RegionIterator.cs
- ToolConsole.cs
- SqlResolver.cs
- CommonXSendMessage.cs
- PartialClassGenerationTaskInternal.cs
- WindowsEditBoxRange.cs
- HtmlProps.cs
- PermissionToken.cs
- HyperLinkStyle.cs
- Effect.cs
- UdpChannelListener.cs
- Figure.cs
- SettingsProperty.cs
- CatalogPartChrome.cs
- SoapProtocolReflector.cs
- DataControlFieldCell.cs
- metrodevice.cs
- BaseServiceProvider.cs
- TitleStyle.cs
- CustomAssemblyResolver.cs
- WhereaboutsReader.cs
- QilChoice.cs
- HtmlImage.cs
- DataGridRow.cs
- WindowClosedEventArgs.cs
- PropertyDescriptorComparer.cs
- JournalEntry.cs
- TerminatorSinks.cs
- SystemException.cs
- ToolboxCategoryItems.cs
- DeleteIndexBinder.cs
- DBPropSet.cs
- OleDbCommandBuilder.cs
- DataSourceSelectArguments.cs
- FormsAuthenticationUser.cs
- PrintEvent.cs
- PrimitiveCodeDomSerializer.cs
- ChtmlTextWriter.cs
- NameValueConfigurationElement.cs
- TemplateControlBuildProvider.cs
- DataExpression.cs
- NamedElement.cs
- ThicknessAnimationUsingKeyFrames.cs
- InkCollectionBehavior.cs
- ScalarOps.cs
- FileDialog_Vista.cs
- mansign.cs
- SafeFileMappingHandle.cs
- CompiledRegexRunner.cs
- WindowsUpDown.cs
- NativeRightsManagementAPIsStructures.cs
- ArrayHelper.cs
- CodeCatchClause.cs
- __Error.cs
- AttachedPropertyInfo.cs
- SqlResolver.cs
- BeginEvent.cs
- QilTargetType.cs
- SvcMapFileSerializer.cs
- PrintPageEvent.cs
- GroupBox.cs
- BinaryExpression.cs
- BoundingRectTracker.cs
- validationstate.cs
- EntityWrapperFactory.cs
- ReflectPropertyDescriptor.cs
- BitmapEffectGeneralTransform.cs
- Helper.cs
- HttpAsyncResult.cs
- PageParserFilter.cs
- CodeMemberProperty.cs
- Rule.cs
- XmlCharCheckingReader.cs
- DescendantBaseQuery.cs
- ScriptControlManager.cs
- OpenFileDialog.cs
- DesignerDataColumn.cs
- CodePrimitiveExpression.cs
- MsmqIntegrationMessageProperty.cs
- mda.cs
- ReferenceEqualityComparer.cs
- TableDetailsRow.cs
- String.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- CultureData.cs
- SurrogateEncoder.cs
- ConfigXmlCDataSection.cs
- UIElement.cs
- MessageQueueException.cs
- CardSpaceShim.cs
- SqlReorderer.cs
- Icon.cs
- AtomContentProperty.cs
- XamlReaderHelper.cs
- Bitmap.cs
- ObjectPersistData.cs
- DataBoundControlHelper.cs
- InstanceData.cs