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
- SqlDelegatedTransaction.cs
- AuthStoreRoleProvider.cs
- SplineKeyFrames.cs
- GC.cs
- EntityDataSourceReferenceGroup.cs
- EventLogPermissionEntryCollection.cs
- KeyConverter.cs
- ISAPIWorkerRequest.cs
- ClusterSafeNativeMethods.cs
- ViewGenerator.cs
- GraphicsContainer.cs
- SiteMapPath.cs
- EntityClientCacheKey.cs
- EventItfInfo.cs
- StrokeRenderer.cs
- PingReply.cs
- recordstatescratchpad.cs
- IPAddressCollection.cs
- BitmapVisualManager.cs
- AnnotationHighlightLayer.cs
- ResumeStoryboard.cs
- InternalsVisibleToAttribute.cs
- DATA_BLOB.cs
- PaginationProgressEventArgs.cs
- SoapUnknownHeader.cs
- arabicshape.cs
- WindowsFormsEditorServiceHelper.cs
- XmlDictionaryReader.cs
- XamlGridLengthSerializer.cs
- FolderLevelBuildProviderCollection.cs
- FormViewCommandEventArgs.cs
- WindowsProgressbar.cs
- InheritanceContextHelper.cs
- TimeZone.cs
- RangeContentEnumerator.cs
- BamlResourceDeserializer.cs
- Ipv6Element.cs
- CompilationSection.cs
- SelfIssuedAuthRSACryptoProvider.cs
- ParentQuery.cs
- Rfc2898DeriveBytes.cs
- SamlAdvice.cs
- SuppressMessageAttribute.cs
- BuildProviderCollection.cs
- DataGridHyperlinkColumn.cs
- NetStream.cs
- ServiceManager.cs
- RemoteEndpointMessageProperty.cs
- IgnoreSection.cs
- LineUtil.cs
- TakeQueryOptionExpression.cs
- COM2Properties.cs
- ExtenderProvidedPropertyAttribute.cs
- Walker.cs
- PackageDigitalSignature.cs
- TaskFileService.cs
- SoundPlayerAction.cs
- ListItemParagraph.cs
- SchemaReference.cs
- Attribute.cs
- SqlLiftWhereClauses.cs
- HttpListenerResponse.cs
- XamlTreeBuilderBamlRecordWriter.cs
- LongCountAggregationOperator.cs
- AnimationException.cs
- Message.cs
- XmlTextWriter.cs
- DataGridViewLinkColumn.cs
- EndpointBehaviorElement.cs
- SourceLineInfo.cs
- Font.cs
- SqlNodeAnnotation.cs
- DataColumnPropertyDescriptor.cs
- SymmetricCryptoHandle.cs
- DeflateStream.cs
- TableColumn.cs
- WeakEventManager.cs
- ControlPaint.cs
- DataServiceStreamProviderWrapper.cs
- DPAPIProtectedConfigurationProvider.cs
- ToolStripControlHost.cs
- DocumentCollection.cs
- NavigationProperty.cs
- DataGridViewCellEventArgs.cs
- NativeMethods.cs
- NativeMethods.cs
- CompositionTarget.cs
- ImageListStreamer.cs
- ComAdminWrapper.cs
- LayoutEvent.cs
- AutoGeneratedField.cs
- HwndPanningFeedback.cs
- ControlParameter.cs
- UInt64Converter.cs
- StyleXamlParser.cs
- MetadataCache.cs
- MetadataException.cs
- GridViewPageEventArgs.cs
- Int32AnimationBase.cs
- GeometryGroup.cs