FilterableAttribute.IsObjectFilterable Method (Object)
.NET Framework (current version)
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 null. |
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
