Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 4.67 KB

devicefilterssection-class.md

File metadata and controls

63 lines (50 loc) · 4.67 KB
title description ms.date ms.assetid
DeviceFiltersSection Class
The DeviceFiltersSection class represents a collection of device filters that determine mobile device types or mobile browser capabilities.
10/07/2016
a41f7d6b-39f7-5662-0cdb-1498ceaf95e9

DeviceFiltersSection Class

Represents a collection of device filters that determine mobile device types or mobile browser capabilities.

Syntax

class DeviceFiltersSection : ConfigurationSectionWithCollection  

Methods

The following table lists the methods exposed by the DeviceFiltersSection class.

Name Description
Add (Inherited from ConfigurationSectionWithCollection.)
Clear (Inherited from ConfigurationSectionWithCollection.)
Get (Inherited from ConfigurationSectionWithCollection.)
GetAllowDefinition (Inherited from ConfigurationSection.)
GetAllowLocation (Inherited from ConfigurationSection.)
Remove (Inherited from ConfigurationSectionWithCollection.)
RevertToParent (Inherited from ConfigurationSection.)
SetAllowDefinition (Inherited from ConfigurationSection.)
SetAllowLocation (Inherited from ConfigurationSection.)

Properties

The following table lists the properties exposed by the DeviceFiltersSection class.

Name Description
DeviceFilters An array of DeviceFilter values that determine mobile device types or mobile browser capabilities for the System.Web.Mobile.MobileCapabilities class.
Location (Inherited from ConfigurationSection.) A key property.
Path (Inherited from ConfigurationSection.) A key property.
SectionInformation (Inherited from ConfigurationSection.)

Subclasses

This class contains no subclasses.

Inheritance Hierarchy

ConfigurationSection

ConfigurationSectionWithCollection

DeviceFiltersSection

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

ConfigurationSectionWithCollection Class
DeviceFilter Class
System.Web.Mobile.MobileCapabilities Class