Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Configuration / System / Configuration / Update.cs / 1 / Update.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // Represents an update to a configuration section, either in its // declaration or its definition. // abstract internal class Update { private bool _moved; private bool _retrieved; private string _configKey; private string _updatedXml; internal Update(string configKey, bool moved, string updatedXml) { _configKey = configKey; _moved = moved; _updatedXml = updatedXml; } internal string ConfigKey { get {return _configKey;} } internal bool Moved { get {return _moved;} } internal string UpdatedXml { get {return _updatedXml;} } internal bool Retrieved { get {return _retrieved;} set {_retrieved = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // Represents an update to a configuration section, either in its // declaration or its definition. // abstract internal class Update { private bool _moved; private bool _retrieved; private string _configKey; private string _updatedXml; internal Update(string configKey, bool moved, string updatedXml) { _configKey = configKey; _moved = moved; _updatedXml = updatedXml; } internal string ConfigKey { get {return _configKey;} } internal bool Moved { get {return _moved;} } internal string UpdatedXml { get {return _updatedXml;} } internal bool Retrieved { get {return _retrieved;} set {_retrieved = 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
- OrderedHashRepartitionStream.cs
- SmtpCommands.cs
- SHA384Cng.cs
- DataGridSortCommandEventArgs.cs
- MultipleCopiesCollection.cs
- ButtonChrome.cs
- XmlSchemaObjectCollection.cs
- DataBoundControlAdapter.cs
- ProxyWebPart.cs
- Pen.cs
- ToolStripStatusLabel.cs
- AttributeCollection.cs
- BrowserCapabilitiesFactoryBase.cs
- XmlLoader.cs
- JsonServiceDocumentSerializer.cs
- ConfigurationStrings.cs
- ParserOptions.cs
- AuthenticationModuleElement.cs
- Validator.cs
- CheckBox.cs
- ExportOptions.cs
- CalendarButton.cs
- BaseParagraph.cs
- Rotation3DAnimationBase.cs
- SocketAddress.cs
- Block.cs
- StringFunctions.cs
- RecommendedAsConfigurableAttribute.cs
- XmlBuffer.cs
- LookupNode.cs
- DateTimeOffset.cs
- ClientFormsAuthenticationCredentials.cs
- SafeProcessHandle.cs
- DataGridHyperlinkColumn.cs
- EntityClientCacheEntry.cs
- FixedHyperLink.cs
- SelectionRange.cs
- EmptyStringExpandableObjectConverter.cs
- ResourceDescriptionAttribute.cs
- AssemblyBuilderData.cs
- ChangeDirector.cs
- Cursors.cs
- BitmapEffectDrawingContextWalker.cs
- HandleExceptionArgs.cs
- CodeTypeReferenceCollection.cs
- OracleConnection.cs
- ListControlConvertEventArgs.cs
- CqlParserHelpers.cs
- QueryOutputWriter.cs
- RegexRunnerFactory.cs
- ProfilePropertyNameValidator.cs
- BufferedResponseStream.cs
- HttpCapabilitiesEvaluator.cs
- UnmanagedBitmapWrapper.cs
- MethodExpression.cs
- ScriptReference.cs
- ElementMarkupObject.cs
- VisualBrush.cs
- DocumentGridPage.cs
- Latin1Encoding.cs
- DesignerAttribute.cs
- DesignSurfaceCollection.cs
- DataFormats.cs
- DecoderNLS.cs
- XPathAxisIterator.cs
- HttpRuntime.cs
- XmlBaseWriter.cs
- FixedSOMTable.cs
- ComplexTypeEmitter.cs
- AliasGenerator.cs
- CredentialSelector.cs
- FontFamilyValueSerializer.cs
- CompilationLock.cs
- CryptoConfig.cs
- NonPrimarySelectionGlyph.cs
- ValueExpressions.cs
- Int32AnimationBase.cs
- VirtualDirectoryMapping.cs
- WebHttpDispatchOperationSelectorData.cs
- DataTableMapping.cs
- BinaryCommonClasses.cs
- XmlAnyElementAttributes.cs
- TextBoxRenderer.cs
- XmlSchemaExternal.cs
- FileFormatException.cs
- MetadataCache.cs
- HealthMonitoringSection.cs
- Mouse.cs
- MetabaseSettingsIis7.cs
- ProfileSettings.cs
- QuaternionAnimationBase.cs
- ForceCopyBuildProvider.cs
- ProfileGroupSettings.cs
- OdbcConnectionPoolProviderInfo.cs
- DeviceSpecificDesigner.cs
- DataPagerField.cs
- VectorAnimation.cs
- GestureRecognitionResult.cs
- ProcessThreadCollection.cs
- TdsParserSessionPool.cs