Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaCompilationSettings.cs / 1305376 / XmlSchemaCompilationSettings.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { public sealed class XmlSchemaCompilationSettings { bool enableUpaCheck; public XmlSchemaCompilationSettings() { enableUpaCheck = true; } public bool EnableUpaCheck { get { return enableUpaCheck; } set { enableUpaCheck = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { public sealed class XmlSchemaCompilationSettings { bool enableUpaCheck; public XmlSchemaCompilationSettings() { enableUpaCheck = true; } public bool EnableUpaCheck { get { return enableUpaCheck; } set { enableUpaCheck = value; } } } } // 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
- OutputCacheSettings.cs
- ProxyHelper.cs
- ScrollableControl.cs
- DocumentPage.cs
- System.Data.OracleClient_BID.cs
- ThemeableAttribute.cs
- IListConverters.cs
- TypeConverter.cs
- ComplexObject.cs
- WinCategoryAttribute.cs
- EmptyStringExpandableObjectConverter.cs
- SqlDependencyUtils.cs
- DrawingBrush.cs
- StreamMarshaler.cs
- DebuggerAttributes.cs
- RemotingAttributes.cs
- DynamicResourceExtensionConverter.cs
- VisualStateChangedEventArgs.cs
- SubMenuStyleCollection.cs
- BuildResultCache.cs
- StickyNoteContentControl.cs
- DropSourceBehavior.cs
- IApplicationTrustManager.cs
- SqlErrorCollection.cs
- Module.cs
- MemberInfoSerializationHolder.cs
- CollectionDataContractAttribute.cs
- CachedRequestParams.cs
- StylusLogic.cs
- CachedTypeface.cs
- SingleResultAttribute.cs
- RequestQueryParser.cs
- Helpers.cs
- ParseChildrenAsPropertiesAttribute.cs
- TextElementCollection.cs
- WebControlsSection.cs
- MemberAssignment.cs
- StreamMarshaler.cs
- SqlDataSourceCache.cs
- InteropEnvironment.cs
- ContentElement.cs
- CompositeFontInfo.cs
- XmlDocumentType.cs
- ObjectIDGenerator.cs
- CustomErrorsSectionWrapper.cs
- HtmlControl.cs
- FontEmbeddingManager.cs
- DataGridTable.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- BookmarkEventArgs.cs
- MarshalByValueComponent.cs
- StandardCommandToolStripMenuItem.cs
- DataServiceHostFactory.cs
- MetadataUtilsSmi.cs
- StaticDataManager.cs
- ISFClipboardData.cs
- MetaForeignKeyColumn.cs
- MenuItemStyle.cs
- CodeDomDecompiler.cs
- StreamInfo.cs
- CodeObject.cs
- Mutex.cs
- StateMachineSubscription.cs
- unitconverter.cs
- CustomWebEventKey.cs
- ConsoleTraceListener.cs
- HitTestDrawingContextWalker.cs
- WebScriptEnablingElement.cs
- EditorPartChrome.cs
- WinInetCache.cs
- ArrayConverter.cs
- FrameworkElement.cs
- SafeNativeMethods.cs
- Psha1DerivedKeyGenerator.cs
- ToolStripHighContrastRenderer.cs
- StrokeNodeData.cs
- WebEvents.cs
- ExtendedTransformFactory.cs
- TypeBinaryExpression.cs
- SQLConvert.cs
- SkipQueryOptionExpression.cs
- SpeakCompletedEventArgs.cs
- UDPClient.cs
- SpnegoTokenAuthenticator.cs
- StringExpressionSet.cs
- TemplatedMailWebEventProvider.cs
- XmlChildNodes.cs
- CriticalExceptions.cs
- ComProxy.cs
- SoapMessage.cs
- HtmlElementCollection.cs
- TypedElement.cs
- LinearGradientBrush.cs
- returneventsaver.cs
- MergeLocalizationDirectives.cs
- MemberRelationshipService.cs
- CatalogPartDesigner.cs
- ReadOnlyTernaryTree.cs
- CurrencyManager.cs
- NullableFloatSumAggregationOperator.cs