Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / DeviceOverridableAttribute.cs / 1305376 / DeviceOverridableAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.MobileControls { using System; using System.Security.Permissions; [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 DeviceOverridableAttribute : Attribute { bool _overridable = false; public DeviceOverridableAttribute() { } public DeviceOverridableAttribute(bool overridable) { _overridable = overridable; } public bool Overridable { get { return _overridable; } } } } // 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
- PageThemeBuildProvider.cs
- IsolationInterop.cs
- ScrollViewerAutomationPeer.cs
- FormsAuthenticationUserCollection.cs
- XmlQualifiedNameTest.cs
- ProfileService.cs
- SystemIPGlobalProperties.cs
- TextEditorMouse.cs
- OpenTypeCommon.cs
- SineEase.cs
- ScriptMethodAttribute.cs
- StreamReader.cs
- SelectionEditingBehavior.cs
- AspCompat.cs
- PostBackOptions.cs
- StreamResourceInfo.cs
- TableCellsCollectionEditor.cs
- XamlInterfaces.cs
- AttachmentService.cs
- ArgumentNullException.cs
- FunctionCommandText.cs
- EdmType.cs
- CurrentChangedEventManager.cs
- CalendarSelectionChangedEventArgs.cs
- ExpressionPrefixAttribute.cs
- NetworkStream.cs
- XPathDocument.cs
- ExternalFile.cs
- VScrollProperties.cs
- Screen.cs
- SqlProcedureAttribute.cs
- ToolStripPanelCell.cs
- DataGridViewHeaderCell.cs
- RoleServiceManager.cs
- PipelineModuleStepContainer.cs
- TokenizerHelper.cs
- RouteParser.cs
- CodeAccessPermission.cs
- StatusBar.cs
- BamlRecordReader.cs
- QilSortKey.cs
- ParameterModifier.cs
- QueryCursorEventArgs.cs
- ObjectItemCollection.cs
- RegexMatch.cs
- WizardPanel.cs
- CodeCompiler.cs
- Int32Animation.cs
- PropertyPushdownHelper.cs
- SoapParser.cs
- SoapTransportImporter.cs
- IMembershipProvider.cs
- QilList.cs
- Slider.cs
- TextViewBase.cs
- IndexOutOfRangeException.cs
- EDesignUtil.cs
- XmlSchemaChoice.cs
- BufferModeSettings.cs
- XmlSecureResolver.cs
- SqlWebEventProvider.cs
- InfoCardCryptoHelper.cs
- LayoutInformation.cs
- ProgressPage.cs
- OleDbDataReader.cs
- BookmarkManager.cs
- FunctionUpdateCommand.cs
- DataGridViewCell.cs
- Package.cs
- _TransmitFileOverlappedAsyncResult.cs
- ConditionBrowserDialog.cs
- Pen.cs
- XmlUtilWriter.cs
- StreamAsIStream.cs
- AvtEvent.cs
- TreeNodeBinding.cs
- IteratorFilter.cs
- Exceptions.cs
- DesignerSerializerAttribute.cs
- ContentAlignmentEditor.cs
- ThrowOnMultipleAssignment.cs
- Size3DConverter.cs
- Line.cs
- PtsPage.cs
- XPathNavigatorReader.cs
- PropertyChangedEventArgs.cs
- ByteConverter.cs
- Inline.cs
- StylusPointPropertyInfo.cs
- MetadataArtifactLoader.cs
- TraceHwndHost.cs
- DateTimePickerDesigner.cs
- StrongTypingException.cs
- BitmapEffectState.cs
- MeasurementDCInfo.cs
- ItemCollection.cs
- SpnEndpointIdentityExtension.cs
- ADConnectionHelper.cs
- X509Extension.cs
- GradientStopCollection.cs