Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / ClientServices / Providers / UserValidatedEventArgs.cs / 1 / UserValidatedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ClientServices.Providers { using System; using System.Diagnostics.CodeAnalysis; public class UserValidatedEventArgs : EventArgs { public string UserName { get { return _UserName; } } private string _UserName; [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="username", Justification="consistent with Whidbey")] public UserValidatedEventArgs(string username) { _UserName = username; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ClientServices.Providers { using System; using System.Diagnostics.CodeAnalysis; public class UserValidatedEventArgs : EventArgs { public string UserName { get { return _UserName; } } private string _UserName; [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="username", Justification="consistent with Whidbey")] public UserValidatedEventArgs(string username) { _UserName = username; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationInfo.cs
- Span.cs
- UnknownWrapper.cs
- EntitySet.cs
- OrderedDictionary.cs
- SpanIndex.cs
- ClonableStack.cs
- WebPartMovingEventArgs.cs
- CodeObjectCreateExpression.cs
- GridLengthConverter.cs
- AssociationEndMember.cs
- UnsafeNativeMethodsTablet.cs
- ErrorRuntimeConfig.cs
- XpsPartBase.cs
- TrustManagerMoreInformation.cs
- BigInt.cs
- NameValuePermission.cs
- WizardSideBarListControlItemEventArgs.cs
- CmsInterop.cs
- ServiceModelSecurityTokenTypes.cs
- FilterableAttribute.cs
- IdentityReference.cs
- XsdValidatingReader.cs
- XmlSchemaAnyAttribute.cs
- FixedPageAutomationPeer.cs
- SQLByte.cs
- PackageRelationship.cs
- AppSettingsReader.cs
- CollectionViewProxy.cs
- ActivationArguments.cs
- WebPartDisplayModeCollection.cs
- WebBrowserSiteBase.cs
- MatrixConverter.cs
- PerformanceCounterPermissionEntry.cs
- StrokeCollection.cs
- Policy.cs
- ItemPager.cs
- CodeAttachEventStatement.cs
- CorrelationResolver.cs
- DataPagerCommandEventArgs.cs
- TraceXPathNavigator.cs
- SqlLiftWhereClauses.cs
- Pkcs9Attribute.cs
- MediaCommands.cs
- TextEffect.cs
- AuthorizationContext.cs
- ObjectNavigationPropertyMapping.cs
- HostSecurityManager.cs
- OleDbPermission.cs
- SuppressIldasmAttribute.cs
- PerformanceCounterCategory.cs
- XmlSerializerNamespaces.cs
- TemplateLookupAction.cs
- WindowsTitleBar.cs
- TimelineGroup.cs
- SqlProviderServices.cs
- TlsnegoTokenProvider.cs
- MouseEvent.cs
- SystemIcmpV4Statistics.cs
- Environment.cs
- TrustLevelCollection.cs
- UserControlFileEditor.cs
- StringFunctions.cs
- FrameworkTextComposition.cs
- LayoutEvent.cs
- SoapMessage.cs
- COM2PictureConverter.cs
- odbcmetadatacolumnnames.cs
- Queue.cs
- DataGridAddNewRow.cs
- Range.cs
- XmlEnumAttribute.cs
- KnownIds.cs
- LogExtentCollection.cs
- PersonalizationStateInfo.cs
- FacetChecker.cs
- SpellerStatusTable.cs
- RotateTransform.cs
- CoTaskMemUnicodeSafeHandle.cs
- ListViewCancelEventArgs.cs
- AssemblyNameProxy.cs
- IPCCacheManager.cs
- TextAnchor.cs
- Converter.cs
- ScrollableControlDesigner.cs
- MtomMessageEncodingElement.cs
- LoaderAllocator.cs
- HttpListenerException.cs
- HttpHeaderCollection.cs
- FreezableOperations.cs
- XmlSchemaException.cs
- TraversalRequest.cs
- BuildResult.cs
- RepeatBehavior.cs
- PointAnimationUsingKeyFrames.cs
- TcpSocketManager.cs
- SynchronizedKeyedCollection.cs
- PropertyPathConverter.cs
- DataServiceQueryProvider.cs
- CaseStatement.cs