Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ObjectListTitleAttribute.cs / 1305376 / ObjectListTitleAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.ComponentModel; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Object List Title attribute. Can be attached to a property to provide its * title in an object list field * * Copyright (c) 2000 Microsoft Corporation */ ///[ AttributeUsage(AttributeTargets.Property) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class ObjectListTitleAttribute : Attribute { private readonly String _title; /// public ObjectListTitleAttribute(String title) { _title = title; } /// public virtual String Title { get { return _title; } } } } // 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
- ClientType.cs
- OperationResponse.cs
- ModelUIElement3D.cs
- TextEditorThreadLocalStore.cs
- ListControl.cs
- XamlHostingSectionGroup.cs
- WebUtil.cs
- MatchNoneMessageFilter.cs
- SqlServices.cs
- SafeWaitHandle.cs
- MSG.cs
- ApplyImportsAction.cs
- UserControl.cs
- SQLDouble.cs
- WebChannelFactory.cs
- PersonalizationStateQuery.cs
- ContentDisposition.cs
- GlobalizationAssembly.cs
- ActivityDelegate.cs
- SslSecurityTokenParameters.cs
- StorageFunctionMapping.cs
- DiagnosticsConfigurationHandler.cs
- ObjectHandle.cs
- ExtenderControl.cs
- InvalidOperationException.cs
- MobileControlsSection.cs
- ImageMap.cs
- LocalFileSettingsProvider.cs
- shaperfactory.cs
- XamlStyleSerializer.cs
- XPathBinder.cs
- SaveFileDialog.cs
- WinEventHandler.cs
- ActiveXContainer.cs
- Attachment.cs
- BStrWrapper.cs
- NameScope.cs
- DockPanel.cs
- HttpWebRequest.cs
- ToolStripControlHost.cs
- MultipleViewProviderWrapper.cs
- UnhandledExceptionEventArgs.cs
- GenericUriParser.cs
- ContentElement.cs
- XmlDocumentType.cs
- BindingCompleteEventArgs.cs
- WebPartsSection.cs
- COM2Properties.cs
- RecognizerStateChangedEventArgs.cs
- ValidationResult.cs
- BindingWorker.cs
- SpellerInterop.cs
- HtmlControl.cs
- sqlmetadatafactory.cs
- CalculatedColumn.cs
- XmlUnspecifiedAttribute.cs
- EntitySetRetriever.cs
- DataListItem.cs
- FormViewPageEventArgs.cs
- DataDocumentXPathNavigator.cs
- SerializationInfo.cs
- XmlIncludeAttribute.cs
- UrlMappingsSection.cs
- ImageField.cs
- SafeRightsManagementHandle.cs
- XpsDocumentEvent.cs
- DrawItemEvent.cs
- PageWrapper.cs
- InvalidDocumentContentsException.cs
- XmlUtil.cs
- DetailsViewCommandEventArgs.cs
- IncrementalReadDecoders.cs
- SmiGettersStream.cs
- ActivityBindForm.Designer.cs
- ModuleBuilderData.cs
- ConnectionPointCookie.cs
- BlobPersonalizationState.cs
- SmtpFailedRecipientsException.cs
- FlowDocumentFormatter.cs
- GregorianCalendarHelper.cs
- BitmapEditor.cs
- PageBreakRecord.cs
- ScopeElement.cs
- DBParameter.cs
- XPathDocumentNavigator.cs
- DebuggerAttributes.cs
- ServerIdentity.cs
- WebPartAddingEventArgs.cs
- AppSecurityManager.cs
- CallbackValidatorAttribute.cs
- EastAsianLunisolarCalendar.cs
- RelatedEnd.cs
- PageParserFilter.cs
- StackSpiller.Generated.cs
- ServiceDiscoveryElement.cs
- RouteCollection.cs
- SizeF.cs
- SizeConverter.cs
- CodeLabeledStatement.cs
- WindowManager.cs