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
- NavigationEventArgs.cs
- XpsTokenContext.cs
- RenderCapability.cs
- EmptyEnumerator.cs
- LocalizationComments.cs
- HtmlTable.cs
- Convert.cs
- Timer.cs
- ContainerParagraph.cs
- EmptyWithCancelationCheckWorkItem.cs
- VersionConverter.cs
- PingOptions.cs
- GestureRecognitionResult.cs
- CodeMethodInvokeExpression.cs
- PageCodeDomTreeGenerator.cs
- WebPartZone.cs
- SqlParameterCollection.cs
- HwndMouseInputProvider.cs
- CounterSample.cs
- BitmapPalettes.cs
- LayoutDump.cs
- MethodBuilder.cs
- OpenFileDialog.cs
- AnimationStorage.cs
- XmlValidatingReaderImpl.cs
- DesignerHelpers.cs
- CellConstantDomain.cs
- TogglePatternIdentifiers.cs
- Peer.cs
- SpeechDetectedEventArgs.cs
- Style.cs
- Stopwatch.cs
- FixedHighlight.cs
- ToolStripDropTargetManager.cs
- WorkflowPageSetupDialog.cs
- TypeDescriptor.cs
- ListItemsCollectionEditor.cs
- GridItemPattern.cs
- StringUtil.cs
- TransformerTypeCollection.cs
- TokenBasedSetEnumerator.cs
- ArrayConverter.cs
- ConfigXmlCDataSection.cs
- COM2ExtendedBrowsingHandler.cs
- OutputWindow.cs
- ResXBuildProvider.cs
- EditorPartCollection.cs
- FormsAuthenticationCredentials.cs
- FontWeights.cs
- MaskedTextBoxTextEditorDropDown.cs
- ListViewPagedDataSource.cs
- AssociationSetEnd.cs
- CoreChannel.cs
- SByteConverter.cs
- basecomparevalidator.cs
- Freezable.cs
- ConcurrencyMode.cs
- ListSortDescriptionCollection.cs
- CreateUserErrorEventArgs.cs
- XmlElementAttributes.cs
- DataBindingExpressionBuilder.cs
- WebPartMovingEventArgs.cs
- ParsedAttributeCollection.cs
- ToolStripContainerDesigner.cs
- SymbolTable.cs
- SerialStream.cs
- _NtlmClient.cs
- RsaSecurityTokenAuthenticator.cs
- _HelperAsyncResults.cs
- filewebrequest.cs
- ValidationHelper.cs
- ImmutablePropertyDescriptorGridEntry.cs
- ProxyGenerationError.cs
- LinkGrep.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ConfigUtil.cs
- IPAddressCollection.cs
- CompilerHelpers.cs
- ColorConverter.cs
- WebPageTraceListener.cs
- RegexFCD.cs
- PackUriHelper.cs
- ImmutableObjectAttribute.cs
- EdmSchemaAttribute.cs
- PageCodeDomTreeGenerator.cs
- WebBrowserHelper.cs
- FontStyles.cs
- HtmlElementCollection.cs
- ResetableIterator.cs
- HostAdapter.cs
- Buffer.cs
- OracleMonthSpan.cs
- WebControl.cs
- Button.cs
- CharAnimationBase.cs
- CommonObjectSecurity.cs
- TextAction.cs
- MimeTypePropertyAttribute.cs
- Route.cs
- WebPartConnectionsCloseVerb.cs