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
- DataList.cs
- PeerInvitationResponse.cs
- NavigateEvent.cs
- ADMembershipProvider.cs
- ConnectionManagementElement.cs
- DSACryptoServiceProvider.cs
- UInt32.cs
- SqlDataSourceEnumerator.cs
- VerbConverter.cs
- ServiceAuthorizationBehavior.cs
- BrowserDefinition.cs
- HMAC.cs
- InputMethodStateChangeEventArgs.cs
- Bold.cs
- If.cs
- AutoResetEvent.cs
- ConnectorMovedEventArgs.cs
- WebPartDisplayModeEventArgs.cs
- XsltLoader.cs
- View.cs
- TrackingProfileSerializer.cs
- OleDbException.cs
- AttributeCollection.cs
- SubqueryTrackingVisitor.cs
- SchemaHelper.cs
- ArrayExtension.cs
- CompositionAdorner.cs
- Matrix.cs
- IndexedString.cs
- Line.cs
- DataGridViewRowEventArgs.cs
- SaveFileDialog.cs
- SizeAnimationUsingKeyFrames.cs
- _Rfc2616CacheValidators.cs
- MetadataUtilsSmi.cs
- InvalidEnumArgumentException.cs
- LoginViewDesigner.cs
- PolicyValidationException.cs
- XmlResolver.cs
- UserControlAutomationPeer.cs
- DateTimeFormatInfo.cs
- ConfigXmlText.cs
- OpenFileDialog.cs
- InstanceValue.cs
- RectangleConverter.cs
- TabletDeviceInfo.cs
- WebBrowserProgressChangedEventHandler.cs
- FormViewUpdatedEventArgs.cs
- EventManager.cs
- PolicyUnit.cs
- DetailsViewAutoFormat.cs
- XmlSerializerNamespaces.cs
- TreeNodeSelectionProcessor.cs
- SystemIPGlobalStatistics.cs
- HandlerBase.cs
- ReferenceService.cs
- TabControlCancelEvent.cs
- NonValidatingSecurityTokenAuthenticator.cs
- Encoder.cs
- SqlDataSourceEnumerator.cs
- IssuedTokenParametersElement.cs
- XmlNodeList.cs
- ConfigurationPropertyCollection.cs
- WebServiceReceive.cs
- Transform.cs
- CacheHelper.cs
- MorphHelper.cs
- MD5CryptoServiceProvider.cs
- ComponentManagerBroker.cs
- ForwardPositionQuery.cs
- SparseMemoryStream.cs
- DefaultConfirmation.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- RuntimeWrappedException.cs
- Marshal.cs
- StagingAreaInputItem.cs
- Common.cs
- TextCharacters.cs
- AppDomainResourcePerfCounters.cs
- AppLevelCompilationSectionCache.cs
- connectionpool.cs
- FunctionNode.cs
- MouseGestureValueSerializer.cs
- HttpServerUtilityWrapper.cs
- ButtonPopupAdapter.cs
- PointLight.cs
- WorkItem.cs
- FixedPageAutomationPeer.cs
- DynamicDocumentPaginator.cs
- KeyBinding.cs
- Drawing.cs
- isolationinterop.cs
- SynchronizedDispatch.cs
- UpdatePanelTrigger.cs
- Stroke.cs
- EntitySet.cs
- AjaxFrameworkAssemblyAttribute.cs
- TryExpression.cs
- WindowsAuthenticationModule.cs
- CorrelationQueryBehavior.cs