Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartConnectionsCloseVerb.cs / 1 / WebPartConnectionsCloseVerb.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; internal sealed class WebPartConnectionsCloseVerb : WebPartActionVerb { // Properties must look at viewstate directly instead of the property in the base class, // so we can distinguish between an unset property and a property set to String.Empty. [ WebSysDefaultValue(SR.WebPartConnectionsCloseVerb_Description) ] public override string Description { get { object o = ViewState["Description"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsCloseVerb_Description) : (string)o; } set { ViewState["Description"] = value; } } [ WebSysDefaultValue(SR.WebPartConnectionsCloseVerb_Text) ] public override string Text { get { object o = ViewState["Text"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsCloseVerb_Text) : (string)o; } set { ViewState["Text"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TrackingCondition.cs
- XmlSiteMapProvider.cs
- SiteMapDataSourceView.cs
- SqlAggregateChecker.cs
- ProviderConnectionPointCollection.cs
- AdvancedBindingPropertyDescriptor.cs
- MouseCaptureWithinProperty.cs
- DefaultSerializationProviderAttribute.cs
- HeaderedItemsControl.cs
- ListView.cs
- ErrorEventArgs.cs
- autovalidator.cs
- ToolboxDataAttribute.cs
- CallbackValidator.cs
- EnumDataContract.cs
- ToolStrip.cs
- EventMappingSettings.cs
- PolicyUnit.cs
- GeometryHitTestResult.cs
- SolidBrush.cs
- AsyncCompletedEventArgs.cs
- ServiceDocument.cs
- JavaScriptSerializer.cs
- RegexTypeEditor.cs
- XslTransform.cs
- configsystem.cs
- FormViewPageEventArgs.cs
- ThreadInterruptedException.cs
- UnderstoodHeaders.cs
- MSG.cs
- RightsManagementLicense.cs
- TransformPatternIdentifiers.cs
- PrimitiveXmlSerializers.cs
- InkCanvasFeedbackAdorner.cs
- GeneralTransform3DCollection.cs
- CultureInfo.cs
- Point3D.cs
- _OSSOCK.cs
- BaseTreeIterator.cs
- DesignerForm.cs
- DataRelationPropertyDescriptor.cs
- TypeTypeConverter.cs
- XmlProcessingInstruction.cs
- DesignerSerializationVisibilityAttribute.cs
- OrderedDictionary.cs
- Cursors.cs
- FontCollection.cs
- Freezable.cs
- HtmlSelect.cs
- XmlSchemaSequence.cs
- PackageRelationshipCollection.cs
- ComNativeDescriptor.cs
- Point.cs
- AdCreatedEventArgs.cs
- Documentation.cs
- PrimitiveCodeDomSerializer.cs
- XsdBuildProvider.cs
- InternalReceiveMessage.cs
- DesignerSerializationVisibilityAttribute.cs
- PersonalizationStateQuery.cs
- PageAsyncTaskManager.cs
- ButtonBaseDesigner.cs
- Number.cs
- CodeNamespace.cs
- WebBrowserNavigatingEventHandler.cs
- ImageField.cs
- WebPartConnectionsCloseVerb.cs
- sqlser.cs
- CharacterString.cs
- ReferencedAssembly.cs
- PermissionAttributes.cs
- WebPartManagerInternals.cs
- _CacheStreams.cs
- WSDualHttpBindingCollectionElement.cs
- ProfileSection.cs
- XmlSchemaSimpleContent.cs
- StreamWriter.cs
- BrowserDefinitionCollection.cs
- Vector3DAnimationBase.cs
- ForEachAction.cs
- XmlArrayItemAttribute.cs
- ListComponentEditorPage.cs
- InputLangChangeRequestEvent.cs
- DataBindingList.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- TextEffect.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- ImportContext.cs
- DataGridViewTopRowAccessibleObject.cs
- ContextMenu.cs
- DPAPIProtectedConfigurationProvider.cs
- GridViewSelectEventArgs.cs
- SecurityKeyIdentifier.cs
- DetailsViewPagerRow.cs
- TextDecorationCollection.cs
- TextSelectionProcessor.cs
- XmlKeywords.cs
- FormsAuthenticationConfiguration.cs
- LinkClickEvent.cs
- ListItemsCollectionEditor.cs