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
- X509Certificate2Collection.cs
- SuppressMessageAttribute.cs
- ImageField.cs
- ComponentManagerBroker.cs
- ReceiveActivityDesigner.cs
- XamlToRtfWriter.cs
- DrawingServices.cs
- _DomainName.cs
- SaveFileDialogDesigner.cs
- AppDomainManager.cs
- SoapCodeExporter.cs
- IndexedString.cs
- ControlParameter.cs
- XPathDocumentBuilder.cs
- ErrorTableItemStyle.cs
- MaskDescriptor.cs
- QilInvokeEarlyBound.cs
- WindowsTreeView.cs
- TableParagraph.cs
- OdbcParameterCollection.cs
- SecurityHelper.cs
- StrokeNodeData.cs
- Debug.cs
- TableProviderWrapper.cs
- StandardOleMarshalObject.cs
- Avt.cs
- LineUtil.cs
- Window.cs
- UIElement3DAutomationPeer.cs
- MetadataItemEmitter.cs
- AlignmentXValidation.cs
- XPathNodeIterator.cs
- GeometryDrawing.cs
- StringExpressionSet.cs
- BoolLiteral.cs
- ScrollChrome.cs
- parserscommon.cs
- DetailsViewPageEventArgs.cs
- CanonicalFormWriter.cs
- SystemPens.cs
- IIS7WorkerRequest.cs
- RotateTransform.cs
- cookie.cs
- GenericIdentity.cs
- DbConnectionPool.cs
- KeyedHashAlgorithm.cs
- FormViewRow.cs
- ThreadTrace.cs
- NativeRightsManagementAPIsStructures.cs
- TypeToken.cs
- CodeParameterDeclarationExpression.cs
- TranslateTransform.cs
- ChtmlTextWriter.cs
- WebPartTransformerCollection.cs
- EdmComplexPropertyAttribute.cs
- RegexGroup.cs
- UriTemplateVariableQueryValue.cs
- CurrentTimeZone.cs
- MemberProjectionIndex.cs
- SecureUICommand.cs
- X509Extension.cs
- HideDisabledControlAdapter.cs
- ExtensionFile.cs
- BitmapMetadataBlob.cs
- SelectionPattern.cs
- DataGridParentRows.cs
- MultiView.cs
- TraceRecords.cs
- ClassValidator.cs
- ParallelLoopState.cs
- Utils.cs
- ScriptControlManager.cs
- ReferenceEqualityComparer.cs
- ExpressionParser.cs
- ServicePointManagerElement.cs
- BaseDataBoundControl.cs
- CreateUserErrorEventArgs.cs
- RuleSettings.cs
- TextRange.cs
- Ref.cs
- httpapplicationstate.cs
- DataGrid.cs
- TextServicesDisplayAttribute.cs
- PingOptions.cs
- FloaterBaseParaClient.cs
- oledbmetadatacollectionnames.cs
- LinqDataSourceValidationException.cs
- HitTestWithPointDrawingContextWalker.cs
- InterleavedZipPartStream.cs
- InnerItemCollectionView.cs
- Polygon.cs
- Rfc2898DeriveBytes.cs
- InputLanguageProfileNotifySink.cs
- ISO2022Encoding.cs
- WebControlParameterProxy.cs
- Model3DGroup.cs
- HideDisabledControlAdapter.cs
- GeneralTransform2DTo3D.cs
- MissingSatelliteAssemblyException.cs
- Socket.cs