Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaCompilationSettings.cs / 1 / 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
- ConfigurationLocation.cs
- BinaryWriter.cs
- IsolatedStorageException.cs
- Transform3D.cs
- FunctionCommandText.cs
- IsolatedStorageFileStream.cs
- TreeNodeCollectionEditor.cs
- MsmqInputChannel.cs
- CustomCredentialPolicy.cs
- MgmtResManager.cs
- BuildProvidersCompiler.cs
- TextFormatter.cs
- SymmetricKeyWrap.cs
- EventSinkHelperWriter.cs
- PersonalizationState.cs
- ServiceCredentialsElement.cs
- BoolExpr.cs
- DataShape.cs
- HelloMessageApril2005.cs
- InvalidCastException.cs
- XmlSchemas.cs
- GenericsInstances.cs
- MachineKeySection.cs
- Console.cs
- MessageQueueEnumerator.cs
- IsolatedStorageException.cs
- SecurityKeyType.cs
- ClientRoleProvider.cs
- DataServiceClientException.cs
- EntityDataSourceContainerNameItem.cs
- HttpGetServerProtocol.cs
- ClaimComparer.cs
- SqlSupersetValidator.cs
- DelegatingChannelListener.cs
- PropertyGrid.cs
- MessageHeaderT.cs
- ApplicationBuildProvider.cs
- ActivityExecutor.cs
- KeyValueConfigurationCollection.cs
- DesignOnlyAttribute.cs
- PrtCap_Reader.cs
- FigureParaClient.cs
- ParserExtension.cs
- WebPartAddingEventArgs.cs
- SafeSecurityHandles.cs
- DependencyStoreSurrogate.cs
- StylusPointPropertyUnit.cs
- Trace.cs
- PartBasedPackageProperties.cs
- BitStack.cs
- VerticalAlignConverter.cs
- OverrideMode.cs
- WindowsListView.cs
- SiteMapNode.cs
- Cursor.cs
- CreateParams.cs
- CharacterHit.cs
- Model3DCollection.cs
- FixedSOMPageElement.cs
- ThreadAbortException.cs
- DesignerSerializationOptionsAttribute.cs
- DecimalStorage.cs
- BamlStream.cs
- TripleDES.cs
- TableColumnCollection.cs
- FontConverter.cs
- PersonalizationProviderHelper.cs
- WindowsStatusBar.cs
- PageThemeBuildProvider.cs
- HttpAsyncResult.cs
- InvalidEnumArgumentException.cs
- LeftCellWrapper.cs
- ComponentGuaranteesAttribute.cs
- UniqueConstraint.cs
- StrokeNodeEnumerator.cs
- VisualStyleRenderer.cs
- ReadOnlyHierarchicalDataSource.cs
- MapPathBasedVirtualPathProvider.cs
- MenuItemAutomationPeer.cs
- RelationshipDetailsRow.cs
- Section.cs
- GridViewCommandEventArgs.cs
- InfoCardBaseException.cs
- DataGridViewColumnConverter.cs
- XmlDocumentType.cs
- UIInitializationException.cs
- MenuItemStyleCollection.cs
- DBConnection.cs
- BackgroundFormatInfo.cs
- SignedXml.cs
- AccessControlEntry.cs
- IndexedWhereQueryOperator.cs
- ResourceReferenceKeyNotFoundException.cs
- HtmlInputReset.cs
- TextParagraphProperties.cs
- EntityKey.cs
- Set.cs
- EntityDataSourceWrapperCollection.cs
- WebBrowserNavigatingEventHandler.cs
- ImportCatalogPart.cs