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
- ElementInit.cs
- ExpressionNormalizer.cs
- PrePostDescendentsWalker.cs
- ACE.cs
- HtmlTextArea.cs
- EditorAttribute.cs
- httpapplicationstate.cs
- CheckBox.cs
- ConfigXmlComment.cs
- VisemeEventArgs.cs
- SymbolType.cs
- HttpServerUtilityWrapper.cs
- GridItemCollection.cs
- GridViewRow.cs
- FrameworkContentElement.cs
- SlipBehavior.cs
- XmlSchemaImporter.cs
- CatalogPartCollection.cs
- HttpChannelHelper.cs
- BindToObject.cs
- Visual3D.cs
- WindowsIdentity.cs
- XamlWriterExtensions.cs
- InheritanceService.cs
- MatrixStack.cs
- MultiPartWriter.cs
- AttributeCollection.cs
- DictionaryTraceRecord.cs
- CacheRequest.cs
- XmlSchema.cs
- StagingAreaInputItem.cs
- WebEncodingValidatorAttribute.cs
- RepeatInfo.cs
- SQLInt16.cs
- SymmetricAlgorithm.cs
- HashUtility.cs
- GetPageNumberCompletedEventArgs.cs
- TextSelectionProcessor.cs
- PocoEntityKeyStrategy.cs
- __Filters.cs
- GACMembershipCondition.cs
- TreeNodeBindingCollection.cs
- TargetException.cs
- UnknownWrapper.cs
- DodSequenceMerge.cs
- StrongNameIdentityPermission.cs
- ConnectionPoolManager.cs
- SqlReorderer.cs
- NullToBooleanConverter.cs
- SHA1CryptoServiceProvider.cs
- LineServicesCallbacks.cs
- RenderData.cs
- ReliabilityContractAttribute.cs
- ViewSimplifier.cs
- SqlParameter.cs
- OdbcRowUpdatingEvent.cs
- DependentTransaction.cs
- ResourcePermissionBaseEntry.cs
- DbMetaDataColumnNames.cs
- WebPartEventArgs.cs
- PlaceHolder.cs
- MemberRelationshipService.cs
- ADRole.cs
- SimpleMailWebEventProvider.cs
- MsdtcWrapper.cs
- ParseNumbers.cs
- TagMapInfo.cs
- Matrix3D.cs
- PolyLineSegment.cs
- ComboBox.cs
- BaseTemplateBuildProvider.cs
- DataTableReaderListener.cs
- DataColumnChangeEvent.cs
- UnsupportedPolicyOptionsException.cs
- AcceleratedTokenProvider.cs
- EndpointDispatcherTable.cs
- CodeSubDirectory.cs
- FixedTextSelectionProcessor.cs
- MetadataSource.cs
- CapabilitiesState.cs
- PrinterResolution.cs
- ExcCanonicalXml.cs
- UriTemplatePathPartiallyEquivalentSet.cs
- LambdaCompiler.Address.cs
- WorkflowRuntimeElement.cs
- followingquery.cs
- safex509handles.cs
- PathFigureCollection.cs
- HitTestResult.cs
- SqlDeflator.cs
- DefaultTraceListener.cs
- DependentList.cs
- DataRelation.cs
- Resources.Designer.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- InkCanvasSelection.cs
- SecurityHelper.cs
- FontConverter.cs
- ADMembershipUser.cs
- EventLogHandle.cs