This documentation is archived and is not being maintained.
FilterableAttribute::IsObjectFilterable Method
Visual Studio 2010
Determines whether the specified Object supports device filtering.
Assembly: System.Web (in System.Web.dll)
Parameters
- instance
- Type: System::Object
The Object to test.
Return Value
Type: System::Booleantrue if the Object contained in the instance parameter supports device filtering; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | The instance parameter is nullptr. |
Use the IsObjectFilterable method to determine whether the specified Object supports device filtering.
Note |
|---|
An object supports device filtering if its data type supports device filtering. For more information, see the IsTypeFilterable property. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note