Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / FolderLevelBuildProviderAppliesToAttribute.cs / 1305376 / FolderLevelBuildProviderAppliesToAttribute.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)] public sealed class FolderLevelBuildProviderAppliesToAttribute : Attribute { private FolderLevelBuildProviderAppliesTo _appliesTo; public FolderLevelBuildProviderAppliesToAttribute(FolderLevelBuildProviderAppliesTo appliesTo) { _appliesTo = appliesTo; } public FolderLevelBuildProviderAppliesTo AppliesTo { get { return _appliesTo; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System.Security.Permissions; using System.Web.Configuration; [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class FolderLevelBuildProviderAppliesToAttribute : Attribute { private FolderLevelBuildProviderAppliesTo _appliesTo; public FolderLevelBuildProviderAppliesToAttribute(FolderLevelBuildProviderAppliesTo appliesTo) { _appliesTo = appliesTo; } public FolderLevelBuildProviderAppliesTo AppliesTo { get { return _appliesTo; } } } } // 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
- WindowsContainer.cs
- DeclaredTypeValidatorAttribute.cs
- CharEnumerator.cs
- ObjectAnimationBase.cs
- DrawingImage.cs
- _Semaphore.cs
- ItemMap.cs
- FunctionOverloadResolver.cs
- HasCopySemanticsAttribute.cs
- PeerNameResolver.cs
- _AutoWebProxyScriptWrapper.cs
- CodeSnippetCompileUnit.cs
- DockProviderWrapper.cs
- ComponentResourceKey.cs
- DataSourceProvider.cs
- ControlIdConverter.cs
- BamlResourceSerializer.cs
- AssemblyName.cs
- WebServiceEnumData.cs
- TemplatedMailWebEventProvider.cs
- CapabilitiesUse.cs
- LeftCellWrapper.cs
- _LocalDataStoreMgr.cs
- GridViewEditEventArgs.cs
- CustomAssemblyResolver.cs
- SqlFormatter.cs
- TrackingProfileSerializer.cs
- SimpleTextLine.cs
- DiscoveryClientChannelFactory.cs
- ContentValidator.cs
- versioninfo.cs
- ControlFilterExpression.cs
- VisualCollection.cs
- CacheHelper.cs
- _LocalDataStoreMgr.cs
- PromptStyle.cs
- BCryptNative.cs
- ActivityPreviewDesigner.cs
- TextStore.cs
- DbException.cs
- SelectionPatternIdentifiers.cs
- ProxyFragment.cs
- Internal.cs
- SystemTcpStatistics.cs
- SessionState.cs
- InternalBase.cs
- WebScriptEnablingBehavior.cs
- VariableExpressionConverter.cs
- TableSectionStyle.cs
- SAPICategories.cs
- CreateParams.cs
- SchemaNotation.cs
- SortedDictionary.cs
- AsymmetricAlgorithm.cs
- InputScopeManager.cs
- ResourceDictionaryCollection.cs
- ErrorWebPart.cs
- Int16AnimationBase.cs
- httpstaticobjectscollection.cs
- BaseParser.cs
- HitTestFilterBehavior.cs
- ResourceContainer.cs
- ReferenceSchema.cs
- InteropBitmapSource.cs
- ExceptionAggregator.cs
- altserialization.cs
- PropertyKey.cs
- BmpBitmapDecoder.cs
- ToolStripRenderEventArgs.cs
- DataRow.cs
- ToolStripLabel.cs
- XmlIgnoreAttribute.cs
- DataList.cs
- HyperlinkAutomationPeer.cs
- Schema.cs
- BitConverter.cs
- Int32RectConverter.cs
- SectionInput.cs
- MobileSysDescriptionAttribute.cs
- RsaKeyIdentifierClause.cs
- SchemaSetCompiler.cs
- SystemFonts.cs
- GenericEnumConverter.cs
- WindowsToolbarAsMenu.cs
- LogRecordSequence.cs
- SecureEnvironment.cs
- XmlDeclaration.cs
- TransformationRules.cs
- PrinterUnitConvert.cs
- AsyncPostBackErrorEventArgs.cs
- DataGridViewTextBoxColumn.cs
- DescendantQuery.cs
- ComponentCommands.cs
- GeometryDrawing.cs
- FlatButtonAppearance.cs
- InternalConfigRoot.cs
- DataTable.cs
- HtmlInputPassword.cs
- CryptoStream.cs
- MostlySingletonList.cs