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
- OutputCacheSection.cs
- CompiledXpathExpr.cs
- ListenerServiceInstallComponent.cs
- Int32Animation.cs
- DbConnectionHelper.cs
- BatchWriter.cs
- ColorConverter.cs
- ProgressPage.cs
- Int16AnimationUsingKeyFrames.cs
- VerificationAttribute.cs
- SiteMapDataSource.cs
- AccessDataSource.cs
- SecurityToken.cs
- StorageEntityTypeMapping.cs
- SessionEndingCancelEventArgs.cs
- IPGlobalProperties.cs
- RoutedEventValueSerializer.cs
- EntityDataSourceSelectedEventArgs.cs
- ProgressBarBrushConverter.cs
- CellLabel.cs
- InputMethodStateTypeInfo.cs
- recordstate.cs
- StdValidatorsAndConverters.cs
- CommandField.cs
- designeractionlistschangedeventargs.cs
- HiddenField.cs
- FindCriteria11.cs
- GeneralTransform.cs
- WebPartVerbsEventArgs.cs
- InstanceOwnerQueryResult.cs
- System.Data_BID.cs
- Polygon.cs
- DataObjectMethodAttribute.cs
- ListBoxItemWrapperAutomationPeer.cs
- CheckPair.cs
- ImmutableAssemblyCacheEntry.cs
- DynamicActivityProperty.cs
- Int32.cs
- BaseCAMarshaler.cs
- QueueAccessMode.cs
- CodeAttachEventStatement.cs
- CompressStream.cs
- XmlQualifiedName.cs
- DataControlFieldsEditor.cs
- MediaScriptCommandRoutedEventArgs.cs
- ParagraphVisual.cs
- CreateCardRequest.cs
- ChannelServices.cs
- ReversePositionQuery.cs
- OutputCacheProfileCollection.cs
- ResourceContainer.cs
- SqlInternalConnectionSmi.cs
- BindingExpression.cs
- WaitHandleCannotBeOpenedException.cs
- CharAnimationUsingKeyFrames.cs
- XDeferredAxisSource.cs
- TreeViewAutomationPeer.cs
- ReturnEventArgs.cs
- ActivationServices.cs
- NativeRightsManagementAPIsStructures.cs
- Soap.cs
- Win32MouseDevice.cs
- CodeSubDirectory.cs
- StaticFileHandler.cs
- RowToFieldTransformer.cs
- IProvider.cs
- InvokeProviderWrapper.cs
- ControlPaint.cs
- DataSpaceManager.cs
- ViewStateChangedEventArgs.cs
- TdsParserSessionPool.cs
- Html32TextWriter.cs
- ComponentEditorPage.cs
- DirectoryObjectSecurity.cs
- WebCategoryAttribute.cs
- LogRestartAreaEnumerator.cs
- DataSourceBooleanViewSchemaConverter.cs
- MsdtcWrapper.cs
- AutomationPatternInfo.cs
- _CacheStreams.cs
- PassportAuthenticationEventArgs.cs
- TraversalRequest.cs
- SqlServices.cs
- ClientSettingsSection.cs
- FixedHighlight.cs
- TableSectionStyle.cs
- SqlUDTStorage.cs
- UiaCoreTypesApi.cs
- HttpModuleCollection.cs
- GacUtil.cs
- Authorization.cs
- IgnoreDataMemberAttribute.cs
- SelectionEditor.cs
- Int16Animation.cs
- HttpProfileBase.cs
- PlatformCulture.cs
- DataListItem.cs
- SupportsEventValidationAttribute.cs
- SupportingTokenSecurityTokenResolver.cs
- XPathNodeList.cs