Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- TypeConverterValueSerializer.cs
- OAVariantLib.cs
- HttpProtocolImporter.cs
- ButtonChrome.cs
- ExpressionPrefixAttribute.cs
- ImageFormatConverter.cs
- ListBindingHelper.cs
- IconConverter.cs
- AuthenticationSection.cs
- UnescapedXmlDiagnosticData.cs
- OperationCanceledException.cs
- SelectionRangeConverter.cs
- GreenMethods.cs
- DetailsViewUpdatedEventArgs.cs
- _TimerThread.cs
- Context.cs
- ErrorsHelper.cs
- CapacityStreamGeometryContext.cs
- UnmanagedMarshal.cs
- Bold.cs
- BaseHashHelper.cs
- CacheSection.cs
- _NegoState.cs
- IdentifierCollection.cs
- TextCollapsingProperties.cs
- UseManagedPresentationElement.cs
- HttpListener.cs
- RadioButtonFlatAdapter.cs
- ByteStreamMessageUtility.cs
- CqlBlock.cs
- WindowsBrush.cs
- TaskFormBase.cs
- ReferenceConverter.cs
- DependencyObjectType.cs
- SecurityRuntime.cs
- LookupTables.cs
- JpegBitmapEncoder.cs
- MatrixValueSerializer.cs
- CalendarDay.cs
- LineMetrics.cs
- TcpProcessProtocolHandler.cs
- AsymmetricKeyExchangeFormatter.cs
- XPathSelfQuery.cs
- NativeMethodsCLR.cs
- ControlPropertyNameConverter.cs
- BrowserCapabilitiesCompiler.cs
- Stroke2.cs
- DefaultValueConverter.cs
- PageVisual.cs
- SponsorHelper.cs
- FormatterConverter.cs
- TranslateTransform.cs
- Switch.cs
- XmlSchemaSimpleContentRestriction.cs
- _AutoWebProxyScriptEngine.cs
- BitmapFrameEncode.cs
- mactripleDES.cs
- LinkTarget.cs
- AuthenticationServiceManager.cs
- UriExt.cs
- WmlObjectListAdapter.cs
- ExtractedStateEntry.cs
- XPathAxisIterator.cs
- HtmlPhoneCallAdapter.cs
- ToolStripContentPanel.cs
- List.cs
- ResponseStream.cs
- RemotingAttributes.cs
- BaseAddressElementCollection.cs
- OrderPreservingPipeliningMergeHelper.cs
- ServiceChannelManager.cs
- IndexOutOfRangeException.cs
- Stylesheet.cs
- UniqueContractNameValidationBehavior.cs
- ConfigUtil.cs
- FloatUtil.cs
- PropertyManager.cs
- DataGridViewColumn.cs
- _CommandStream.cs
- TableRow.cs
- ButtonBaseAutomationPeer.cs
- ShortcutKeysEditor.cs
- Utility.cs
- ParentUndoUnit.cs
- KeyInfo.cs
- MultiTrigger.cs
- X509KeyIdentifierClauseType.cs
- ExpressionParser.cs
- AutomationProperty.cs
- TextStore.cs
- ExternalCalls.cs
- ServiceDeploymentInfo.cs
- Condition.cs
- InputManager.cs
- StackSpiller.Generated.cs
- KeyBinding.cs
- TransformCollection.cs
- XmlSiteMapProvider.cs
- DbProviderSpecificTypePropertyAttribute.cs
- EntityCommandDefinition.cs