SystemWebCachingSectionGroup Properties

 

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCache

Gets the cache section contained within the configuration.

System_CAPS_pubpropertyIsDeclarationRequired

Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyIsDeclared

Gets a value that indicates whether this ConfigurationSectionGroup object is declared.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyName

Gets the name property of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyOutputCache

Gets the outputCache section contained within the configuration.

System_CAPS_pubpropertyOutputCacheSettings

Gets the outputCacheSettings section contained within the configuration.

System_CAPS_pubpropertySectionGroupName

Gets the section group name associated with this ConfigurationSectionGroup.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySectionGroups

Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySections

Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySqlCacheDependency

Gets the sqlCacheDependency section contained within the configuration.

System_CAPS_pubpropertyType

Gets or sets the type for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

Return to top
Show: