Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / Compilation / BuildProviderAppliesToAttribute.cs / 1 / BuildProviderAppliesToAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System.Security.Permissions; using System.Web.Configuration; [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class BuildProviderAppliesToAttribute : Attribute { private BuildProviderAppliesTo _appliesTo; public BuildProviderAppliesToAttribute(BuildProviderAppliesTo appliesTo) { _appliesTo = appliesTo; } public BuildProviderAppliesTo AppliesTo { get { return _appliesTo; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GridViewAutoFormat.cs
- PropertyFilter.cs
- DynamicRendererThreadManager.cs
- DataGridViewAutoSizeModeEventArgs.cs
- Misc.cs
- UserControl.cs
- CodeTypeConstructor.cs
- CodeValidator.cs
- MimePart.cs
- ComNativeDescriptor.cs
- NavigationWindowAutomationPeer.cs
- SelectedGridItemChangedEvent.cs
- StorageMappingFragment.cs
- RightsManagementLicense.cs
- DataGridCellInfo.cs
- BackStopAuthenticationModule.cs
- ObjectListFieldsPage.cs
- WebPartEditorCancelVerb.cs
- AsyncPostBackTrigger.cs
- DataContractSerializerElement.cs
- ContextMenuAutomationPeer.cs
- TemplateContent.cs
- FlowDocumentPaginator.cs
- QueryReaderSettings.cs
- Debug.cs
- Set.cs
- Directory.cs
- FrameSecurityDescriptor.cs
- WindowsListView.cs
- SqlDataSourceView.cs
- RestHandlerFactory.cs
- QilXmlReader.cs
- TextTreeText.cs
- DynamicObjectAccessor.cs
- FileEnumerator.cs
- HttpProfileGroupBase.cs
- Trace.cs
- IsolatedStorage.cs
- Subtree.cs
- PrintingPermissionAttribute.cs
- HttpModuleAction.cs
- TimeStampChecker.cs
- SqlUDTStorage.cs
- CodeTryCatchFinallyStatement.cs
- BasicCellRelation.cs
- HtmlString.cs
- AdjustableArrowCap.cs
- DataGridViewAdvancedBorderStyle.cs
- CompilerScopeManager.cs
- EntityClassGenerator.cs
- CodeAccessPermission.cs
- WebHttpSecurityElement.cs
- FormsAuthenticationTicket.cs
- DataGridViewCheckBoxCell.cs
- DocumentPageView.cs
- SmiMetaDataProperty.cs
- SecurityManager.cs
- HijriCalendar.cs
- TearOffProxy.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- SkipStoryboardToFill.cs
- Run.cs
- ToolStripDropDownButton.cs
- TextParaClient.cs
- CompilerScope.cs
- Helper.cs
- ProcessModuleCollection.cs
- TdsParameterSetter.cs
- WebPartConnectionsCloseVerb.cs
- InstanceView.cs
- Exceptions.cs
- DataReceivedEventArgs.cs
- TextPenaltyModule.cs
- Soap.cs
- ButtonBase.cs
- _NegotiateClient.cs
- AxHost.cs
- DataStreams.cs
- ResourceDescriptionAttribute.cs
- ToolStripLabel.cs
- Byte.cs
- ReturnValue.cs
- DesignSurfaceServiceContainer.cs
- DescriptionAttribute.cs
- _Events.cs
- dataSvcMapFileLoader.cs
- TextElementAutomationPeer.cs
- DesignerActionVerbList.cs
- BitmapEffectInput.cs
- FontResourceCache.cs
- Point3D.cs
- RSAOAEPKeyExchangeFormatter.cs
- MultiBindingExpression.cs
- InstanceLockLostException.cs
- EncryptedType.cs
- SelectedDatesCollection.cs
- ComPlusTypeLoader.cs
- InstanceKeyView.cs
- RepeaterItemEventArgs.cs
- TextEmbeddedObject.cs