Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Configuration / ScriptingWebServicesSectionGroup.cs / 1305376 / ScriptingWebServicesSectionGroup.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Configuration; using System.Web; public sealed class ScriptingWebServicesSectionGroup : ConfigurationSectionGroup { [ConfigurationProperty("jsonSerialization")] #pragma warning disable 0436 public ScriptingJsonSerializationSection JsonSerialization { get { return (ScriptingJsonSerializationSection)Sections["jsonSerialization"]; } } #pragma warning restore 0436 [ConfigurationProperty("profileService")] #pragma warning disable 0436 public ScriptingProfileServiceSection ProfileService { get { return (ScriptingProfileServiceSection)Sections["profileService"]; } } #pragma warning restore 0436 [ConfigurationProperty("authenticationService")] public ScriptingAuthenticationServiceSection AuthenticationService { get { return (ScriptingAuthenticationServiceSection)Sections["authenticationService"]; } } [ConfigurationProperty("roleService")] public ScriptingRoleServiceSection RoleService { get { return (ScriptingRoleServiceSection)Sections["roleService"]; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Configuration; using System.Web; public sealed class ScriptingWebServicesSectionGroup : ConfigurationSectionGroup { [ConfigurationProperty("jsonSerialization")] #pragma warning disable 0436 public ScriptingJsonSerializationSection JsonSerialization { get { return (ScriptingJsonSerializationSection)Sections["jsonSerialization"]; } } #pragma warning restore 0436 [ConfigurationProperty("profileService")] #pragma warning disable 0436 public ScriptingProfileServiceSection ProfileService { get { return (ScriptingProfileServiceSection)Sections["profileService"]; } } #pragma warning restore 0436 [ConfigurationProperty("authenticationService")] public ScriptingAuthenticationServiceSection AuthenticationService { get { return (ScriptingAuthenticationServiceSection)Sections["authenticationService"]; } } [ConfigurationProperty("roleService")] public ScriptingRoleServiceSection RoleService { get { return (ScriptingRoleServiceSection)Sections["roleService"]; } } } } // 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
- NavigatingCancelEventArgs.cs
- XsdBuildProvider.cs
- DataBindingCollection.cs
- externdll.cs
- ICspAsymmetricAlgorithm.cs
- BufferedStream.cs
- VisualBrush.cs
- MoveSizeWinEventHandler.cs
- ProfileBuildProvider.cs
- ConstrainedDataObject.cs
- Viewport3DAutomationPeer.cs
- ToolStripContextMenu.cs
- Logging.cs
- WhitespaceSignificantCollectionAttribute.cs
- ParseNumbers.cs
- IODescriptionAttribute.cs
- XmlNodeList.cs
- BitmapEffectInput.cs
- itemelement.cs
- NestedContainer.cs
- SqlDataSourceCommandEventArgs.cs
- SharedStatics.cs
- DataRowChangeEvent.cs
- HostedHttpContext.cs
- Schema.cs
- LineSegment.cs
- TextElement.cs
- SpellerInterop.cs
- Selector.cs
- FileDialogCustomPlaces.cs
- XmlSchemaValidator.cs
- MenuItemBindingCollection.cs
- Context.cs
- DeobfuscatingStream.cs
- PrinterResolution.cs
- RecordConverter.cs
- ImageListDesigner.cs
- Missing.cs
- DataGridPreparingCellForEditEventArgs.cs
- ElementUtil.cs
- OdbcStatementHandle.cs
- TrackBarRenderer.cs
- ContainerParagraph.cs
- TransportChannelFactory.cs
- NonVisualControlAttribute.cs
- ActivityXamlServices.cs
- PtsCache.cs
- Help.cs
- ModuleConfigurationInfo.cs
- GlyphInfoList.cs
- TemporaryBitmapFile.cs
- OracleFactory.cs
- SendingRequestEventArgs.cs
- OperationAbortedException.cs
- EmissiveMaterial.cs
- ClockGroup.cs
- ServiceX509SecurityTokenProvider.cs
- FontNamesConverter.cs
- ICollection.cs
- DocumentPageView.cs
- DataGridParentRows.cs
- TextParagraphProperties.cs
- xmlfixedPageInfo.cs
- CompoundFileDeflateTransform.cs
- SimpleRecyclingCache.cs
- TextEditorSpelling.cs
- isolationinterop.cs
- LicFileLicenseProvider.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- BulletedListDesigner.cs
- TrackBarRenderer.cs
- XmlCharCheckingWriter.cs
- _Semaphore.cs
- XmlSchemaSimpleTypeList.cs
- AnnotationAdorner.cs
- CachedPathData.cs
- ToolStripPanelRow.cs
- DirectoryObjectSecurity.cs
- CacheVirtualItemsEvent.cs
- TableLayoutPanelDesigner.cs
- MatrixTransform.cs
- HashHelper.cs
- EventArgs.cs
- Ipv6Element.cs
- DecimalConverter.cs
- EventWaitHandle.cs
- EllipticalNodeOperations.cs
- Interlocked.cs
- SessionStateSection.cs
- ErrorTableItemStyle.cs
- WindowsImpersonationContext.cs
- SemaphoreFullException.cs
- IPGlobalProperties.cs
- WebPartMenu.cs
- FileSystemEventArgs.cs
- State.cs
- StyleCollectionEditor.cs
- MatchNoneMessageFilter.cs
- SafeCoTaskMem.cs
- Item.cs