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
- MultiSelectRootGridEntry.cs
- DataTransferEventArgs.cs
- QilTypeChecker.cs
- SingleStorage.cs
- ActivationArguments.cs
- TreeView.cs
- WebPartCancelEventArgs.cs
- HttpPostedFile.cs
- Event.cs
- MappingSource.cs
- MenuItem.cs
- AspCompat.cs
- LinearQuaternionKeyFrame.cs
- MatchSingleFxEngineOpcode.cs
- SQLMembershipProvider.cs
- HttpValueCollection.cs
- XmlCountingReader.cs
- TreeNodeBindingCollection.cs
- CriticalHandle.cs
- Propagator.cs
- SqlResolver.cs
- ToolStripDropDownClosingEventArgs.cs
- NamedPermissionSet.cs
- MatrixTransform3D.cs
- SqlColumnizer.cs
- DebugViewWriter.cs
- SortQuery.cs
- CheckBoxField.cs
- Baml2006ReaderContext.cs
- ColumnMapTranslator.cs
- DateTimeStorage.cs
- DocumentViewerHelper.cs
- DiagnosticsConfiguration.cs
- WindowsUpDown.cs
- SafeArchiveContext.cs
- HtmlShim.cs
- NonSerializedAttribute.cs
- ByteStorage.cs
- EasingFunctionBase.cs
- WorkflowControlEndpoint.cs
- ExtentCqlBlock.cs
- SystemNetworkInterface.cs
- SatelliteContractVersionAttribute.cs
- SynchronizedInputAdaptor.cs
- ChtmlLinkAdapter.cs
- QilInvokeEarlyBound.cs
- CryptographicAttribute.cs
- Token.cs
- ClientFormsAuthenticationCredentials.cs
- GridViewCommandEventArgs.cs
- ListViewHitTestInfo.cs
- SHA384.cs
- ParseHttpDate.cs
- ActivityBindForm.cs
- SQLInt16.cs
- ConfigurationElement.cs
- ToolStripLocationCancelEventArgs.cs
- NavigatorInput.cs
- XsdDuration.cs
- ServerValidateEventArgs.cs
- ImageSourceValueSerializer.cs
- MailSettingsSection.cs
- SiteMapPath.cs
- ToolStripItemCollection.cs
- _HeaderInfoTable.cs
- XPathDocumentNavigator.cs
- CheckedListBox.cs
- TypeConverterValueSerializer.cs
- ReliableRequestSessionChannel.cs
- WebEventCodes.cs
- CodePropertyReferenceExpression.cs
- RotateTransform.cs
- CustomError.cs
- SecurityContextTokenValidationException.cs
- HelpEvent.cs
- FileDialog.cs
- ClientUtils.cs
- SystemTcpStatistics.cs
- GenericsInstances.cs
- Brush.cs
- ServiceInstanceProvider.cs
- InvokeGenerator.cs
- DirtyTextRange.cs
- ProxyManager.cs
- NullableFloatMinMaxAggregationOperator.cs
- SqlInternalConnectionTds.cs
- InvokeGenerator.cs
- ByteStreamGeometryContext.cs
- SeparatorAutomationPeer.cs
- CaseInsensitiveComparer.cs
- ContentControl.cs
- SocketPermission.cs
- InstanceCreationEditor.cs
- PrivacyNoticeBindingElementImporter.cs
- CollectionChange.cs
- HwndHostAutomationPeer.cs
- Substitution.cs
- InOutArgumentConverter.cs
- TerminateDesigner.cs
- safex509handles.cs