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
- ImageKeyConverter.cs
- PEFileEvidenceFactory.cs
- RectangleConverter.cs
- WebPartEditorApplyVerb.cs
- IpcServerChannel.cs
- SchemaImporterExtensionsSection.cs
- PrefixHandle.cs
- ProfileManager.cs
- Int16AnimationUsingKeyFrames.cs
- TextStore.cs
- DefaultBinder.cs
- AssemblySettingAttributes.cs
- Ppl.cs
- DbConnectionOptions.cs
- AssemblyNameProxy.cs
- ClientScriptManagerWrapper.cs
- SpellerStatusTable.cs
- Vertex.cs
- DataContractSerializerOperationBehavior.cs
- HttpWrapper.cs
- KoreanLunisolarCalendar.cs
- TextRangeAdaptor.cs
- DeclarativeCatalogPart.cs
- Base64Decoder.cs
- WebPartMenu.cs
- TextCharacters.cs
- FreeFormDesigner.cs
- MachineKeyValidationConverter.cs
- DateTimeConverter2.cs
- CaseInsensitiveOrdinalStringComparer.cs
- EventHandlerService.cs
- AnnotationResourceChangedEventArgs.cs
- DesignRelationCollection.cs
- ArraySubsetEnumerator.cs
- OdbcParameterCollection.cs
- SqlCacheDependencySection.cs
- CurrencyManager.cs
- EmptyEnumerator.cs
- StructuralCache.cs
- PasswordRecovery.cs
- DeferredReference.cs
- InstanceDescriptor.cs
- DiffuseMaterial.cs
- ModulesEntry.cs
- ExtensionSimplifierMarkupObject.cs
- QilGeneratorEnv.cs
- PolicyImporterElement.cs
- Match.cs
- CrossContextChannel.cs
- DataServiceHost.cs
- XamlToRtfParser.cs
- XmlSchemaGroup.cs
- FrameworkPropertyMetadata.cs
- Blend.cs
- IRCollection.cs
- Timer.cs
- DbConnectionPoolIdentity.cs
- ExpressionTextBox.xaml.cs
- UIPropertyMetadata.cs
- SmiEventStream.cs
- DbException.cs
- HttpRawResponse.cs
- HtmlInputCheckBox.cs
- MetabaseSettings.cs
- SchemaTableOptionalColumn.cs
- SoapExtensionReflector.cs
- XmlSchemaRedefine.cs
- WindowsFont.cs
- MSAAWinEventWrap.cs
- UnsafeNativeMethods.cs
- FixedSchema.cs
- EventBuilder.cs
- UnsafeNativeMethods.cs
- dsa.cs
- DataListItemCollection.cs
- HttpCacheVaryByContentEncodings.cs
- SetStoryboardSpeedRatio.cs
- Range.cs
- SafeNativeMethods.cs
- WebPartConnectVerb.cs
- WebPartMinimizeVerb.cs
- SendMailErrorEventArgs.cs
- SpeechDetectedEventArgs.cs
- StylusOverProperty.cs
- SecurityNegotiationException.cs
- PrivilegedConfigurationManager.cs
- PostBackOptions.cs
- KeyConverter.cs
- SafeReadContext.cs
- TextParagraphProperties.cs
- Cursors.cs
- SemanticAnalyzer.cs
- ConfigurationValidatorAttribute.cs
- WorkflowApplicationCompletedException.cs
- GridViewColumnHeader.cs
- SoapServerMessage.cs
- PropertyGroupDescription.cs
- ApplicationCommands.cs
- PasswordBox.cs
- SrgsDocumentParser.cs