Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- LicenseManager.cs
- CodeDomLoader.cs
- TextEndOfParagraph.cs
- Compress.cs
- ExclusiveTcpTransportManager.cs
- Number.cs
- ComponentChangingEvent.cs
- NamespaceDecl.cs
- DiscoveryExceptionDictionary.cs
- Crc32Helper.cs
- XpsFixedPageReaderWriter.cs
- CombinedGeometry.cs
- WorkflowInstanceExtensionManager.cs
- KernelTypeValidation.cs
- InkCanvasFeedbackAdorner.cs
- WebPartConnectionsCancelEventArgs.cs
- Array.cs
- DocumentXmlWriter.cs
- ChangeBlockUndoRecord.cs
- MemberDomainMap.cs
- RepeaterItem.cs
- CompensationToken.cs
- SocketStream.cs
- TileModeValidation.cs
- TypeSemantics.cs
- FormsAuthenticationConfiguration.cs
- TypeHelper.cs
- TagElement.cs
- HtmlObjectListAdapter.cs
- CalendarDesigner.cs
- DynamicValidator.cs
- SimpleMailWebEventProvider.cs
- ValidatingCollection.cs
- RequestQueryParser.cs
- DbConnectionOptions.cs
- MobileComponentEditorPage.cs
- FontFamilyConverter.cs
- dataprotectionpermission.cs
- MSHTMLHostUtil.cs
- ObjectParameter.cs
- WinFormsComponentEditor.cs
- SubtreeProcessor.cs
- NoneExcludedImageIndexConverter.cs
- NonSerializedAttribute.cs
- InternalResources.cs
- AppDomainManager.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- CellTreeNode.cs
- BufferModesCollection.cs
- BaseTransportHeaders.cs
- UInt16Storage.cs
- ServiceModelInstallComponent.cs
- Transform3DCollection.cs
- HotCommands.cs
- StringComparer.cs
- AssemblyBuilderData.cs
- DispatcherExceptionEventArgs.cs
- AppliedDeviceFiltersEditor.cs
- wgx_exports.cs
- CqlIdentifiers.cs
- SafeNativeMethods.cs
- LocationUpdates.cs
- ApplicationTrust.cs
- SqlVisitor.cs
- LinqDataSourceStatusEventArgs.cs
- Activator.cs
- LinearKeyFrames.cs
- ExtensionFile.cs
- ScrollBar.cs
- WebPartDisplayMode.cs
- SqlDataSourceEnumerator.cs
- BuildProvidersCompiler.cs
- CollectionBase.cs
- NativeMethodsOther.cs
- XpsPackagingException.cs
- FixedSOMTableCell.cs
- InheritedPropertyChangedEventArgs.cs
- CodeSubDirectoriesCollection.cs
- NetSectionGroup.cs
- Int32RectValueSerializer.cs
- FormViewDeletedEventArgs.cs
- EncodingDataItem.cs
- RepeatBehavior.cs
- RsaKeyIdentifierClause.cs
- ParameterElement.cs
- WmlObjectListAdapter.cs
- WebScriptEnablingBehavior.cs
- GeneralTransform3DCollection.cs
- Timer.cs
- __Filters.cs
- GroupBox.cs
- dataprotectionpermissionattribute.cs
- File.cs
- RemoteEndpointMessageProperty.cs
- BadImageFormatException.cs
- UserUseLicenseDictionaryLoader.cs
- HttpValueCollection.cs
- WorkflowApplicationAbortedException.cs
- PerformanceCounter.cs
- XmlStreamedByteStreamReader.cs