Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / ClientServices / Providers / UserValidatedEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SimpleFieldTemplateUserControl.cs
- SHA384CryptoServiceProvider.cs
- UrlAuthFailureHandler.cs
- DodSequenceMerge.cs
- WindowsSecurityToken.cs
- MouseGestureValueSerializer.cs
- HttpRequest.cs
- Baml2006ReaderSettings.cs
- DesignSurfaceEvent.cs
- SiteMapPath.cs
- TypeDescriptor.cs
- PassportAuthenticationModule.cs
- KeyValueInternalCollection.cs
- ApplicationInterop.cs
- QilLoop.cs
- ToggleButtonAutomationPeer.cs
- Point4DValueSerializer.cs
- Point4DConverter.cs
- PointAnimationUsingKeyFrames.cs
- Int32RectConverter.cs
- DynamicObject.cs
- EntityDesignerDataSourceView.cs
- FontWeight.cs
- ResourceIDHelper.cs
- QilTernary.cs
- TreeNodeEventArgs.cs
- Knowncolors.cs
- XhtmlBasicCalendarAdapter.cs
- BaseCodeDomTreeGenerator.cs
- RepeatBehaviorConverter.cs
- LazyTextWriterCreator.cs
- ToolStripOverflow.cs
- EditorZoneDesigner.cs
- MemberHolder.cs
- SafeJobHandle.cs
- DocumentViewerBaseAutomationPeer.cs
- IFlowDocumentViewer.cs
- SplitterCancelEvent.cs
- IndicCharClassifier.cs
- BaseTemplateBuildProvider.cs
- SchemaSetCompiler.cs
- CodeNamespaceImport.cs
- DataService.cs
- ImmutableObjectAttribute.cs
- PropVariant.cs
- PolyLineSegmentFigureLogic.cs
- HttpModulesInstallComponent.cs
- DiffuseMaterial.cs
- MessageSmuggler.cs
- DelayedRegex.cs
- XmlDataLoader.cs
- DataSetUtil.cs
- UxThemeWrapper.cs
- DeferredElementTreeState.cs
- CultureTable.cs
- RetriableClipboard.cs
- BuildProvidersCompiler.cs
- FacetChecker.cs
- JsonFormatWriterGenerator.cs
- WindowsStatusBar.cs
- cookiecollection.cs
- CompilationSection.cs
- RealProxy.cs
- XPathExpr.cs
- mansign.cs
- DataControlPagerLinkButton.cs
- OdbcCommandBuilder.cs
- FrameworkElementAutomationPeer.cs
- TextRangeAdaptor.cs
- IssuanceLicense.cs
- LayoutSettings.cs
- ScalarConstant.cs
- ProviderBase.cs
- ConfigurationPropertyCollection.cs
- NavigationWindowAutomationPeer.cs
- WindowsGrip.cs
- SystemPens.cs
- LocationUpdates.cs
- DefaultPerformanceCounters.cs
- XmlWhitespace.cs
- ChameleonKey.cs
- ControlAdapter.cs
- UnsafeNativeMethodsPenimc.cs
- BooleanConverter.cs
- DataColumnChangeEvent.cs
- CodeDirectiveCollection.cs
- RegionData.cs
- ApplicationServiceHelper.cs
- BeginCreateSecurityTokenRequest.cs
- FormClosingEvent.cs
- Lease.cs
- PrimitiveCodeDomSerializer.cs
- Screen.cs
- ListViewInsertedEventArgs.cs
- QuadraticBezierSegment.cs
- Int32Converter.cs
- XmlNamespaceManager.cs
- TransactionManager.cs
- XmlCodeExporter.cs
- RenderData.cs