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
- entityreference_tresulttype.cs
- QueueProcessor.cs
- OleCmdHelper.cs
- CatalogPart.cs
- TextTreeFixupNode.cs
- RadioButtonList.cs
- FloatSumAggregationOperator.cs
- Evaluator.cs
- SeverityFilter.cs
- ReliableSessionElement.cs
- Subtree.cs
- UriSectionData.cs
- RuntimeTrackingProfile.cs
- TemplateBuilder.cs
- ObservableCollection.cs
- Vector3DCollectionConverter.cs
- SecurityValidationBehavior.cs
- GACIdentityPermission.cs
- QilReference.cs
- DropSource.cs
- isolationinterop.cs
- PasswordRecovery.cs
- CaseStatementProjectedSlot.cs
- FlowLayout.cs
- Point.cs
- SocketElement.cs
- QilReplaceVisitor.cs
- ImageListStreamer.cs
- DNS.cs
- BitmapEffectInputData.cs
- CodeIterationStatement.cs
- DebugView.cs
- StringTraceRecord.cs
- KeySplineConverter.cs
- SocketConnection.cs
- LabelAutomationPeer.cs
- WebPartZoneCollection.cs
- ParallelActivityDesigner.cs
- HttpResponse.cs
- CacheOutputQuery.cs
- XmlCountingReader.cs
- TemplatedWizardStep.cs
- SoapMessage.cs
- Propagator.Evaluator.cs
- DisplayMemberTemplateSelector.cs
- Win32Exception.cs
- Message.cs
- XmlSchemaDatatype.cs
- QilReference.cs
- XmlNamespaceDeclarationsAttribute.cs
- Rfc2898DeriveBytes.cs
- TranslateTransform3D.cs
- Triangle.cs
- SizeValueSerializer.cs
- Identity.cs
- RawUIStateInputReport.cs
- JsonServiceDocumentSerializer.cs
- LinqExpressionNormalizer.cs
- Figure.cs
- Region.cs
- OrderedHashRepartitionStream.cs
- LineSegment.cs
- VarInfo.cs
- DocumentApplication.cs
- TraceContextEventArgs.cs
- FreezableCollection.cs
- ServiceReference.cs
- WinEventHandler.cs
- ListBase.cs
- PaintValueEventArgs.cs
- EndpointDispatcher.cs
- SystemIPv6InterfaceProperties.cs
- ProfileSettings.cs
- ObjectDataSourceSelectingEventArgs.cs
- HwndAppCommandInputProvider.cs
- EditingCommands.cs
- DataObjectCopyingEventArgs.cs
- WebHttpElement.cs
- DataGridViewCellStyle.cs
- SQLUtility.cs
- PersonalizableTypeEntry.cs
- _ShellExpression.cs
- SQLStringStorage.cs
- Stylesheet.cs
- CounterCreationData.cs
- Compiler.cs
- GPPOINTF.cs
- EncryptedType.cs
- NotifyParentPropertyAttribute.cs
- InkCanvasAutomationPeer.cs
- WindowsToolbar.cs
- CodeLinePragma.cs
- KnownIds.cs
- GridViewColumn.cs
- storepermissionattribute.cs
- SqlDependency.cs
- ImpersonateTokenRef.cs
- ItemDragEvent.cs
- DynamicRenderer.cs
- MtomMessageEncodingBindingElement.cs