Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartConnectionsConfigureVerb.cs / 1 / WebPartConnectionsConfigureVerb.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; internal sealed class WebPartConnectionsConfigureVerb : 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.WebPartConnectionsConfigureVerb_Description) ] public override string Description { get { object o = ViewState["Description"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConfigureVerb_Description) : (string)o; } set { ViewState["Description"] = value; } } [ WebSysDefaultValue(SR.WebPartConnectionsConfigureVerb_Text) ] public override string Text { get { object o = ViewState["Text"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConfigureVerb_Text) : (string)o; } set { ViewState["Text"] = value; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FixedSchema.cs
- ToolStripSeparator.cs
- TextAnchor.cs
- WebBrowsableAttribute.cs
- ChannelRequirements.cs
- IdleTimeoutMonitor.cs
- _LazyAsyncResult.cs
- Boolean.cs
- PageTextBox.cs
- AmbientLight.cs
- COAUTHIDENTITY.cs
- _DigestClient.cs
- OdbcReferenceCollection.cs
- DesignerSerializationOptionsAttribute.cs
- EventLogPermission.cs
- securitycriticaldataformultiplegetandset.cs
- ResXBuildProvider.cs
- ScriptIgnoreAttribute.cs
- __ConsoleStream.cs
- WindowsFormsSectionHandler.cs
- graph.cs
- RadialGradientBrush.cs
- SqlVersion.cs
- ZipIOBlockManager.cs
- SymbolTable.cs
- DataBindingsDialog.cs
- Color.cs
- SQLDecimal.cs
- AttributeUsageAttribute.cs
- AuthenticationException.cs
- DataGridViewCellLinkedList.cs
- GridItem.cs
- XmlTypeMapping.cs
- PropertyContainer.cs
- ScrollViewer.cs
- ObjectStateFormatter.cs
- PathNode.cs
- OperationCanceledException.cs
- TdsRecordBufferSetter.cs
- CodeCommentStatementCollection.cs
- ICspAsymmetricAlgorithm.cs
- StackSpiller.Generated.cs
- IPAddress.cs
- AsyncOperationContext.cs
- MultiplexingDispatchMessageFormatter.cs
- ControlUtil.cs
- ToolStripLocationCancelEventArgs.cs
- EntitySqlQueryBuilder.cs
- DataListItemCollection.cs
- XmlFormatReaderGenerator.cs
- MemoryFailPoint.cs
- Update.cs
- QueryComponents.cs
- Pens.cs
- CodeSnippetTypeMember.cs
- InputQueueChannel.cs
- RegexCompilationInfo.cs
- ProxySimple.cs
- X509ChainElement.cs
- CancellationHandlerDesigner.cs
- OleDbPropertySetGuid.cs
- PeerEndPoint.cs
- BaseDataBoundControl.cs
- RuntimeArgument.cs
- SqlDataSourceFilteringEventArgs.cs
- Propagator.Evaluator.cs
- DataGridViewCellCollection.cs
- HyperLinkField.cs
- LogEntryHeaderDeserializer.cs
- AssemblyInfo.cs
- TracingConnectionInitiator.cs
- SHA512Managed.cs
- CharacterString.cs
- WebBrowserNavigatingEventHandler.cs
- GridViewSelectEventArgs.cs
- CollectionViewGroup.cs
- ContactManager.cs
- TextTreeTextBlock.cs
- SqlDependencyUtils.cs
- OleDbCommand.cs
- RectKeyFrameCollection.cs
- SQLInt16.cs
- DataGridColumnsPage.cs
- PropertyGroupDescription.cs
- WorkflowStateRollbackService.cs
- Int32AnimationUsingKeyFrames.cs
- MsmqIntegrationSecurityMode.cs
- FileLogRecord.cs
- SimpleMailWebEventProvider.cs
- GeometryDrawing.cs
- QuestionEventArgs.cs
- XmlDataSourceNodeDescriptor.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- AccessorTable.cs
- DocumentApplicationJournalEntry.cs
- CompositeActivityMarkupSerializer.cs
- SrgsSubset.cs
- messageonlyhwndwrapper.cs
- ZoneButton.cs
- dataprotectionpermission.cs